
Time bar (total: 13.1s)
| 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 21 to 15 computations (28.6% saved)
ival-mult: 39.0ms (45% of total)ival-div: 11.0ms (12.7% of total)ival-sqrt: 10.0ms (11.5% of total)ival-neg: 9.0ms (10.4% of total)ival-sub: 7.0ms (8.1% of total)ival-add: 7.0ms (8.1% of total)const: 2.0ms (2.3% of total)backward-pass: 0.0ms (0% of total)| 720.0ms | 1929× | 2 | valid |
| 664.0ms | 5495× | 0 | valid |
| 206.0ms | 996× | 0 | invalid |
| 204.0ms | 832× | 1 | valid |
ival-mult: 513.0ms (42% of total)ival-sqrt: 153.0ms (12.5% of total)ival-neg: 148.0ms (12.1% of total)ival-sub: 112.0ms (9.2% of total)ival-div: 110.0ms (9% of total)ival-add: 93.0ms (7.6% of total)backward-pass: 71.0ms (5.8% of total)const: 21.0ms (1.7% of total)| 2× | egg-herbie |
| 2302× | fnmadd-define |
| 1686× | div-sub |
| 1682× | fma-define |
| 1682× | fnmadd-define |
| 1636× | sum5-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 58 | 165 |
| 1 | 186 | 150 |
| 2 | 547 | 150 |
| 3 | 1496 | 150 |
| 4 | 4636 | 150 |
| 0 | 14 | 16 |
| 1 | 33 | 15 |
| 2 | 72 | 15 |
| 3 | 171 | 15 |
| 4 | 296 | 15 |
| 5 | 528 | 15 |
| 6 | 1046 | 15 |
| 7 | 2242 | 15 |
| 8 | 5162 | 15 |
| 9 | 7732 | 15 |
| 0 | 8148 | 15 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a))) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a)))) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a))) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a))) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 4 b) c)))) (* 2 b)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 c) a)))) (* 2 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 4 a) b)))) (* 2 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(/ (- (sqrt (fmsub b b (* 4 (* a c)))) b) (* a 2)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a))) |
(/ (- (sqrt (fmsub b b (* a (* c -4)))) b) (* a -2)) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a)) |
(/ (+ b (sqrt (fmsub b b (* 4 (* a c))))) (* a 2)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a)) |
(/ (- (sqrt (fmsub b b (* a (* c -4)))) b) (* a 2)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a)))) |
(/ (- (sqrt (fmsub b b (* a (* c -4)))) b) (* a 2)) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a))) |
(/ (+ b (sqrt (fmsub b b (* 4 (* a c))))) (* a -2)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a))) |
(/ (- (sqrt (fmsub b b (* a (* c -4)))) b) (* a -2)) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 4 b) c)))) (* 2 b)) |
(/ (- (sqrt (fmsub a a (* b (* 4 c)))) a) (* b 2)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 c) a)))) (* 2 c)) |
(/ (- (sqrt (fmsub b b (* 4 (* a c)))) b) (* c 2)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 4 a) b)))) (* 2 a)) |
(/ (- (sqrt (fmsub c c (* b (* 4 a)))) c) (* a 2)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 119 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| 60 | 0 | - | 0 | - | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 9 | 0 | - | 0 | - | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 2 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 4 binary64) a) |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | c |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) a) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 4 binary64) a) c) |
| 0 | 0 | - | 0 | - | (*.f64 b b) |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | a |
| 77.0ms | 126× | 2 | valid |
| 47.0ms | 342× | 0 | valid |
| 12.0ms | 44× | 1 | valid |
Compiled 168 to 44 computations (73.8% saved)
ival-mult: 46.0ms (55% of total)ival-div: 7.0ms (8.4% of total)ival-sqrt: 7.0ms (8.4% of total)backward-pass: 7.0ms (8.4% of total)ival-neg: 6.0ms (7.2% of total)ival-add: 5.0ms (6% of total)ival-sub: 4.0ms (4.8% of total)const: 1.0ms (1.2% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 48.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
Compiled 19 to 13 computations (31.6% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| 2146× | fnmadd-define |
| 1564× | fma-define |
| 1456× | fnmsub-define |
| 1344× | fmm-def |
| 1262× | fmsub-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 62 |
| 1 | 27 | 62 |
| 2 | 55 | 62 |
| 3 | 85 | 62 |
| 4 | 146 | 62 |
| 5 | 245 | 62 |
| 6 | 408 | 62 |
| 7 | 822 | 62 |
| 8 | 1952 | 62 |
| 9 | 4416 | 62 |
| 10 | 6448 | 62 |
| 11 | 7264 | 62 |
| 0 | 8103 | 62 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2)) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(+ (* b b) (* a (* c -4))) |
(* b b) |
b |
(* a (* c -4)) |
a |
(* c -4) |
c |
-4 |
(* a 2) |
2 |
| Outputs |
|---|
(/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a) #s(literal 2 binary64)) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(+ (* b b) (* a (* c -4))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -4)) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
a |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.4% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
| ✓ | accuracy | 96.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 77.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | accuracy | 56.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| 25.0ms | 171× | 0 | valid |
| 23.0ms | 63× | 2 | valid |
| 5.0ms | 22× | 1 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 14.0ms (48.1% of total)ival-sqrt: 4.0ms (13.7% of total)ival-div: 3.0ms (10.3% of total)backward-pass: 3.0ms (10.3% of total)ival-sub: 2.0ms (6.9% of total)ival-add: 2.0ms (6.9% of total)const: 1.0ms (3.4% of total)| Inputs |
|---|
#<alt (/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2))> |
#<alt (- (sqrt (+ (* b b) (* a (* c -4)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -4))))> |
#<alt (+ (* b b) (* a (* c -4)))> |
| Outputs |
|---|
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<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)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<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)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<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))))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<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)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<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)))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<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))))))> |
#<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)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<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)))))> |
#<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)))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<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)> |
#<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)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))))))> |
#<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)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<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)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt (* -4 (* a c))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
36 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 11.0ms | a | @ | -inf | (+ (* b b) (* a (* c -4))) |
| 3.0ms | b | @ | inf | (/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2)) |
| 1.0ms | a | @ | inf | (/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2)) |
| 1.0ms | b | @ | 0 | (/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2)) |
| 1.0ms | c | @ | -inf | (sqrt (+ (* b b) (* a (* c -4)))) |
| 1× | batch-egg-rewrite |
| 4744× | *-lowering-*.f32 |
| 4744× | *-lowering-*.f64 |
| 3218× | /-lowering-/.f32 |
| 3218× | /-lowering-/.f64 |
| 1988× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 43 |
| 1 | 62 | 43 |
| 2 | 535 | 43 |
| 3 | 7559 | 43 |
| 0 | 8851 | 43 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* a (* c -4)))) b) (* a 2)) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(+ (* b b) (* a (* c -4))) |
| Outputs |
|---|
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) (fma.f64 (/.f64 #s(literal -1/2 binary64) a) b (/.f64 b (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal -2 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -2 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (/.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 b (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 a #s(literal 2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 b #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 b #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) b)) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 b a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) a) (*.f64 #s(literal 2 binary64) (/.f64 b #s(literal 2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) a) (*.f64 a (/.f64 b #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) (/.f64 b (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) (/.f64 b (*.f64 a #s(literal -2 binary64))))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 2 binary64))) a) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 a #s(literal 2 binary64))) (*.f64 a #s(literal 2 binary64))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) a)) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (-.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (neg.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(-.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 0 binary64)) b) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(neg.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) (+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 9/2 binary64)) (*.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 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (-.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (neg.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(-.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.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)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (*.f64 (*.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 4096 binary64)))) (*.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.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 4096 binary64))) (*.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.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 4096 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal 256 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) #s(literal 1 binary64)) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (*.f64 (*.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 4096 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.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 4096 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.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 4096 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal 256 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) (+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))))) (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (sqrt.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (*.f64 (*.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 4096 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.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 4096 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.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 4096 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal 256 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(*.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(*.f64 (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal 4 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (*.f64 (*.f64 c #s(literal -4 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (*.f64 (*.f64 c #s(literal -4 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 (*.f64 c #s(literal -4 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64))) (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c)))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal 4 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 16 binary64) (*.f64 a c))))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -64 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
| 1× | egg-herbie |
| 5864× | *-lowering-*.f32 |
| 5864× | *-lowering-*.f64 |
| 2358× | +-lowering-+.f64 |
| 2358× | +-lowering-+.f32 |
| 1600× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 543 | 3071 |
| 1 | 1886 | 2991 |
| 2 | 7128 | 2986 |
| 0 | 8017 | 2986 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 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)))))) |
(* (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)))))))) |
(* -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)))) |
| Outputs |
|---|
(* 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)))) |
(+.f64 (*.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))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 c (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))) 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 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (-.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) c)) b) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) 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))) (-.f64 #s(literal 0 binary64) 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 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 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 (*.f64 a (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.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 c c) (*.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)))) |
(+.f64 (*.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))))) |
(+.f64 (+.f64 (*.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))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a 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)))))) |
(+.f64 (+.f64 (+.f64 (*.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))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.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)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64))) (*.f64 #s(literal 1/2 binary64) 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))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)))) a)) a)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (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 (+.f64 (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) a) (*.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 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 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) (*.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 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) (*.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (*.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/8 binary64)))) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/128 binary64))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) 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))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.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)))))) |
(+ (* 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64)))))))) |
(* -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) (+.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.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))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.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 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 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.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) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c a) b) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) 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 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c a) b) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (+.f64 #s(literal 2 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))))) (-.f64 #s(literal 0 binary64) 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)) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b (*.f64 b 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 (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) a))) 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 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 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 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (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 (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) 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 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) (neg.f64 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)) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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))))))) |
(* 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 (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.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))))))))) |
(* (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 (-.f64 (*.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 (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.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 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) b) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (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))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (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))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))) (*.f64 (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c a) b) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c a) b) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (+.f64 #s(literal 1 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)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c a) b) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 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 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c a) b) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (+.f64 #s(literal 1 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))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b (*.f64 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 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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)))))) |
(* -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 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 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 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 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 (+.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 (*.f64 c #s(literal -2 binary64)) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 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 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 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64))) (*.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.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) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.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)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+ (* -4 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 c (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 c (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 c (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)))) |
Compiled 21445 to 1956 computations (90.9% saved)
17 alts after pruning (16 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 510 | 16 | 526 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 510 | 17 | 527 |
| Status | Accuracy | Program |
|---|---|---|
| 26.1% | (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) | |
| 29.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) (*.f64 a #s(literal 2 binary64))) | |
| 48.1% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) b) (*.f64 a #s(literal 2 binary64))) | |
| 29.2% | (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) | |
| 12.1% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) | |
| ✓ | 48.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
| 12.5% | (/.f64 (-.f64 b b) (*.f64 a #s(literal 2 binary64))) | |
| 31.8% | (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) | |
| 23.6% | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 30.6% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)))) |
| 48.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) | |
| 48.3% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) | |
| 35.4% | (-.f64 #s(literal 0 binary64) (/.f64 c b)) | |
| ▶ | 34.6% | (-.f64 #s(literal 0 binary64) (/.f64 b a)) |
| ▶ | 48.4% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
| ▶ | 33.4% | (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
Compiled 661 to 437 computations (33.9% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 4 binary64) (*.f64 a a)) |
| ✓ | cost-diff | 128 | (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b))) |
| ✓ | cost-diff | 768 | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)))) |
| ✓ | cost-diff | 0 | (*.f64 c (*.f64 a #s(literal -4 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 c (*.f64 b b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
| ✓ | cost-diff | 256 | (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) (/.f64 b a)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) 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 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
| 2118× | *-lowering-*.f32 |
| 2118× | *-lowering-*.f64 |
| 2100× | sum3-define |
| 1620× | sum4-define |
| 1344× | times-frac |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 275 |
| 1 | 89 | 275 |
| 2 | 212 | 273 |
| 3 | 599 | 271 |
| 4 | 2105 | 264 |
| 5 | 6688 | 264 |
| 0 | 8257 | 264 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/2 a) (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(/ 1/2 a) |
1/2 |
a |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(+ (* b b) (* a (* c -4))) |
(* b b) |
b |
(* a (* c -4)) |
(* c -4) |
c |
-4 |
(- 0 (/ b a)) |
0 |
(/ b a) |
b |
a |
(* (- (/ 1 a) (/ c (* b b))) (- 0 b)) |
(- (/ 1 a) (/ c (* b b))) |
(/ 1 a) |
1 |
a |
(/ c (* b b)) |
c |
(* b b) |
b |
(- 0 b) |
0 |
(/ (- (sqrt (* c (* a -4))) b) (* a 2)) |
(- (sqrt (* c (* a -4))) b) |
(sqrt (* c (* a -4))) |
(* c (* a -4)) |
c |
(* a -4) |
a |
-4 |
b |
(* a 2) |
2 |
(/ 1 (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)))) |
1 |
(/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))) |
(* 4 (* a a)) |
4 |
(* a a) |
a |
(+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)) |
(* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(+ (* b b) (* a (* c -4))) |
(* b b) |
b |
(* a (* c -4)) |
(* c -4) |
c |
-4 |
(* a 2) |
2 |
(* (* a -2) b) |
(* a -2) |
-2 |
| Outputs |
|---|
(* (/ 1/2 a) (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(+ (* b b) (* a (* c -4))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -4)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
(- 0 (/ b a)) |
(/.f64 b (-.f64 #s(literal 0 binary64) a)) |
0 |
#s(literal 0 binary64) |
(/ b a) |
(/.f64 b a) |
b |
a |
(* (- (/ 1 a) (/ c (* b b))) (- 0 b)) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) c) b) (/.f64 b a)) |
(- (/ 1 a) (/ c (* b b))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
(/ c (* b b)) |
(/.f64 c (*.f64 b b)) |
c |
(* b b) |
(*.f64 b b) |
b |
(- 0 b) |
(-.f64 #s(literal 0 binary64) b) |
0 |
#s(literal 0 binary64) |
(/ (- (sqrt (* c (* a -4))) b) (* a 2)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(- (sqrt (* c (* a -4))) b) |
(-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) |
(sqrt (* c (* a -4))) |
(sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(* c (* a -4)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
c |
(* a -4) |
(*.f64 a #s(literal -4 binary64)) |
a |
-4 |
#s(literal -4 binary64) |
b |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(/ 1 (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
1 |
#s(literal 1 binary64) |
(/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))) |
(/.f64 (*.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* a a)) |
(*.f64 a (*.f64 a #s(literal 4 binary64))) |
4 |
#s(literal 4 binary64) |
(* a a) |
(*.f64 a a) |
a |
(+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)) |
(*.f64 a (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)))) |
(* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(+ (* b b) (* a (* c -4))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -4)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* (* a -2) b) |
(*.f64 b (*.f64 a #s(literal -2 binary64))) |
(* a -2) |
(*.f64 a #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)))) |
| ✓ | accuracy | 88.6% | (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)) |
| ✓ | accuracy | 72.2% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| ✓ | accuracy | 61.8% | (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal -4 binary64)) |
| ✓ | accuracy | 100.0% | (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
| ✓ | accuracy | 99.9% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 83.0% | (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 b b) |
| ✓ | accuracy | 100.0% | (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
| ✓ | accuracy | 91.7% | (/.f64 c (*.f64 b b)) |
| ✓ | accuracy | 90.7% | (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) (/.f64 b a)) |
| ✓ | accuracy | 100.0% | (*.f64 a (*.f64 c #s(literal -4 binary64))) |
| ✓ | accuracy | 97.5% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
| ✓ | accuracy | 87.2% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | accuracy | 72.2% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| 107.0ms | 134× | 0 | valid |
| 48.0ms | 75× | 0 | invalid |
| 32.0ms | 26× | 2 | valid |
| 23.0ms | 6× | 3 | valid |
| 12.0ms | 15× | 1 | valid |
Compiled 309 to 40 computations (87.1% saved)
ival-mult: 79.0ms (64.5% of total)ival-div: 17.0ms (13.9% of total)ival-sub: 9.0ms (7.3% of total)backward-pass: 7.0ms (5.7% of total)ival-sqrt: 5.0ms (4.1% of total)ival-add: 3.0ms (2.4% of total)const: 1.0ms (0.8% of total)| Inputs |
|---|
#<alt (* (/ 1/2 a) (- (sqrt (+ (* b b) (* a (* c -4)))) b))> |
#<alt (/ 1/2 a)> |
#<alt (- (sqrt (+ (* b b) (* a (* c -4)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -4))))> |
#<alt (- 0 (/ b a))> |
#<alt (/ b a)> |
#<alt (* (- (/ 1 a) (/ c (* b b))) (- 0 b))> |
#<alt (- (/ 1 a) (/ c (* b b)))> |
#<alt (/ 1 a)> |
#<alt (/ c (* b b))> |
#<alt (/ (- (sqrt (* c (* a -4))) b) (* a 2))> |
#<alt (- (sqrt (* c (* a -4))) b)> |
#<alt (sqrt (* c (* a -4)))> |
#<alt (* c (* a -4))> |
#<alt (/ 1 (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))))> |
#<alt (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)))> |
#<alt (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))> |
#<alt (* 4 (* a a))> |
#<alt (* a (* c -4))> |
#<alt (* b b)> |
#<alt (* a -4)> |
| Outputs |
|---|
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<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)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<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)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<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)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<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))))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<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))))))> |
#<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)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<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)))))> |
#<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)))))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<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)> |
#<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)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))))))> |
#<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)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<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)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (* -1 (/ b a))> |
#<alt (/ (+ (* -1 b) (/ (* a c) b)) a)> |
#<alt (/ (+ (* -1 b) (/ (* a c) b)) a)> |
#<alt (/ (+ (* -1 b) (/ (* a c) b)) a)> |
#<alt (/ c b)> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (/ c b)> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (* -1 (/ b a))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (+ (* -1 (/ b a)) (/ c b))> |
#<alt (/ c b)> |
#<alt (* c (+ (* -1 (/ b (* a c))) (/ 1 b)))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (/ 1 b)))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (/ 1 b)))> |
#<alt (/ c b)> |
#<alt (* -1 (* c (- (/ b (* a c)) (/ 1 b))))> |
#<alt (* -1 (* c (- (/ b (* a c)) (/ 1 b))))> |
#<alt (* -1 (* c (- (/ b (* a c)) (/ 1 b))))> |
#<alt (/ c b)> |
#<alt (/ (+ c (* -1 (/ (pow b 2) a))) b)> |
#<alt (/ (+ c (* -1 (/ (pow b 2) a))) b)> |
#<alt (/ (+ c (* -1 (/ (pow b 2) a))) b)> |
#<alt (* -1 (/ b a))> |
#<alt (* b (- (/ c (pow b 2)) (/ 1 a)))> |
#<alt (* b (- (/ c (pow b 2)) (/ 1 a)))> |
#<alt (* b (- (/ c (pow b 2)) (/ 1 a)))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a)> |
#<alt (* -1 (/ c (pow b 2)))> |
#<alt (- (/ 1 a) (/ c (pow b 2)))> |
#<alt (- (/ 1 a) (/ c (pow b 2)))> |
#<alt (- (/ 1 a) (/ c (pow b 2)))> |
#<alt (* -1 (/ c (pow b 2)))> |
#<alt (- (/ 1 a) (/ c (pow b 2)))> |
#<alt (- (/ 1 a) (/ c (pow b 2)))> |
#<alt (- (/ 1 a) (/ c (pow b 2)))> |
#<alt (/ 1 a)> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (* -1 (/ c (pow b 2)))> |
#<alt (* c (- (/ 1 (* a c)) (/ 1 (pow b 2))))> |
#<alt (* c (- (/ 1 (* a c)) (/ 1 (pow b 2))))> |
#<alt (* c (- (/ 1 (* a c)) (/ 1 (pow b 2))))> |
#<alt (* -1 (/ c (pow b 2)))> |
#<alt (* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c)))))> |
#<alt (* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c)))))> |
#<alt (* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c)))))> |
#<alt (* -1 (/ c (pow b 2)))> |
#<alt (/ (- (/ (pow b 2) a) c) (pow b 2))> |
#<alt (/ (- (/ (pow b 2) a) c) (pow b 2))> |
#<alt (/ (- (/ (pow b 2) a) c) (pow b 2))> |
#<alt (/ 1 a)> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (/ 1 a)> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (+ (* -1 (/ c (pow b 2))) (/ 1 a))> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* -1/2 (/ b a))> |
#<alt (* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))> |
#<alt (* -1/2 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))))> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -4)) b)> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (* -1 b)> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1))> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1))> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b))))))> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b))))))> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* 1/4 (/ (+ (* -2 b) (* 2 b)) a))> |
#<alt (/ (+ (* -1 (/ (* a c) b)) (* 1/4 (+ (* -2 b) (* 2 b)))) a)> |
#<alt (/ (+ (* 1/4 (+ (* -2 b) (* 2 b))) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ (* 1/4 (+ (* -2 b) (* 2 b))) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a)> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<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)))))> |
#<alt (* 1/4 (/ (* b (+ (* -2 a) (* 2 a))) (pow a 2)))> |
#<alt (* b (+ (* -1 (/ c (pow b 2))) (* 1/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2)))))> |
#<alt (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2))))))> |
#<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/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2)))))))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<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))))))> |
#<alt (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2)))> |
#<alt (+ (* -1 (/ c b)) (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))))> |
#<alt (+ (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))> |
#<alt (+ (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<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))))))> |
#<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)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<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)))))> |
#<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)))))> |
#<alt (* 4 (/ a (+ (* -2 b) (* 2 b))))> |
#<alt (* a (+ (* 16 (/ (* a c) (* b (pow (+ (* -2 b) (* 2 b)) 2)))) (* 4 (/ 1 (+ (* -2 b) (* 2 b))))))> |
#<alt (* a (+ (* a (+ (* -4 (* a (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2))))))) (* 16 (/ c (* b (pow (+ (* -2 b) (* 2 b)) 2)))))) (* 4 (/ 1 (+ (* -2 b) (* 2 b))))))> |
#<alt (* a (+ (* a (+ (* 16 (/ c (* b (pow (+ (* -2 b) (* 2 b)) 2)))) (* a (+ (* -4 (* a (+ (* -16 (/ (pow c 3) (* (pow b 4) (pow (+ (* -2 b) (* 2 b)) 3)))) (+ (* -8 (/ (pow c 3) (* (pow b 5) (pow (+ (* -2 b) (* 2 b)) 2)))) (* 4 (/ (* c (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2)))))) (* b (+ (* -2 b) (* 2 b))))))))) (* -4 (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2)))))))))) (* 4 (/ 1 (+ (* -2 b) (* 2 b))))))> |
#<alt (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (* c (pow (sqrt -4) 2)))))> |
#<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)))))> |
#<alt (- (+ (* -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))) (/ (* (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))))))> |
#<alt (* -1 (* (sqrt (/ a c)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1/2 (/ b c)))> |
#<alt (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/4 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/2 (/ (* a b) c))) a)))> |
#<alt (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (- (* -1 (/ (- (+ (* -1/16 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (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/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* -1/2 (/ (* a b) c))) a)))> |
#<alt (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (* c (pow (sqrt -4) 2)))))> |
#<alt (+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* b (+ (* -4 (* b (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* c (pow (sqrt -4) 2)))))))> |
#<alt (+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* b (+ (* b (+ (* -4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/4 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4)))))))) (* -4 (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* c (pow (sqrt -4) 2)))))))> |
#<alt (* 4 (/ (pow a 2) (* b (+ (* -2 a) (* 2 a)))))> |
#<alt (/ (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2))))) b)> |
#<alt (/ (+ (* -4 (/ (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))) (pow b 4))) (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2)))))) b)> |
#<alt (/ (+ (* -4 (/ (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))) (pow b 4))) (+ (* -4 (/ (+ (* -16 (/ (* (pow a 7) (pow c 3)) (pow (+ (* -2 a) (* 2 a)) 3))) (+ (* -8 (/ (* (pow a 6) (pow c 3)) (pow (+ (* -2 a) (* 2 a)) 2))) (* 4 (/ (* (pow a 2) (* c (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))))) (+ (* -2 a) (* 2 a)))))) (pow b 6))) (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2))))))) b)> |
#<alt (* -1 (/ a b))> |
#<alt (* -1 (/ (+ a (/ (* (pow a 2) c) (pow b 2))) b))> |
#<alt (* -1 (/ (+ a (+ (* 2 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (/ (* (pow a 2) c) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ a (+ (* -4 (/ (+ (* -1 (* (pow a 4) (pow c 3))) (* -1/4 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (/ (* (pow a 2) c) (pow b 2))))) b))> |
#<alt (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b)))))> |
#<alt (+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* 16 (/ (* (pow a 4) c) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))))> |
#<alt (+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* c (+ (* -4 (* c (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))) (* 16 (/ (pow a 4) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))))))> |
#<alt (+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* c (+ (* 16 (/ (pow a 4) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))) (* c (+ (* -4 (* c (+ (* -16 (/ (pow a 7) (* (pow b 4) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (+ (* -8 (/ (pow a 6) (* (pow b 5) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))) (* 4 (/ (* (pow a 2) (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))))) (* b (+ (* -2 (* a b)) (* 2 (* a b)))))))))) (* -4 (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))))))))))> |
#<alt (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (/ (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2)))) c)> |
#<alt (/ (+ (* -4 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2))))) c)> |
#<alt (/ (+ (* -4 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (+ (* -4 (/ (+ (* 1/4 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2)))))) c)> |
#<alt (* -1 (* (sqrt (/ a c)) (sqrt -1)))> |
#<alt (* -1 (/ (+ (* 1/2 b) (* (sqrt (* a c)) (sqrt -1))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* b c)) (* 4 (/ (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* (sqrt (* a c)) (sqrt -1))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -4 (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/64 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c)) (* -1/2 (* b c))) c)) (* (sqrt (* a c)) (sqrt -1))) c))> |
#<alt (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))> |
#<alt (+ (* -2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))))> |
#<alt (+ (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) (* b (+ (* -2 a) (* (sqrt (/ a c)) (/ b (sqrt -4))))))> |
#<alt (+ (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) (* b (+ (* -2 a) (* b (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ a c)) (/ 1 (sqrt -4))))))))> |
#<alt (* b (+ (* -2 a) (* 2 a)))> |
#<alt (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -2 a) (* 2 a))))> |
#<alt (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -2 a) (* 2 a)))))> |
#<alt (* b (+ (* -8 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -2 a) (* 2 a))))))> |
#<alt (* -4 (* a b))> |
#<alt (* -1 (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (* 4 a))))> |
#<alt (* -1 (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 4 a)))))> |
#<alt (* -1 (* b (+ (* -8 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 4 a))))))> |
#<alt (* a (+ (* -2 b) (* 2 b)))> |
#<alt (* a (+ (* -4 (/ (* a c) b)) (+ (* -2 b) (* 2 b))))> |
#<alt (* a (+ (* -2 b) (+ (* 2 b) (* a (+ (* -4 (/ c b)) (* -4 (/ (* a (pow c 2)) (pow b 3))))))))> |
#<alt (* a (+ (* -2 b) (+ (* 2 b) (* a (+ (* -4 (/ c b)) (* a (+ (* -8 (/ (* a (pow c 3)) (pow b 5))) (* -4 (/ (pow c 2) (pow b 3))))))))))> |
#<alt (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))> |
#<alt (* (pow a 2) (+ (* -2 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ b a)) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))> |
#<alt (* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1)))> |
#<alt (* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -2 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 2 b)) a))))> |
#<alt (* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 2 b)) a))))> |
#<alt (+ (* -2 (* a b)) (* 2 (* a b)))> |
#<alt (+ (* -4 (/ (* (pow a 2) c) b)) (+ (* -2 (* a b)) (* 2 (* a b))))> |
#<alt (+ (* -2 (* a b)) (+ (* 2 (* a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 3))) (* -4 (/ (pow a 2) b))))))> |
#<alt (+ (* -2 (* a b)) (+ (* 2 (* a b)) (* c (+ (* -4 (/ (pow a 2) b)) (* c (+ (* -8 (/ (* (pow a 4) c) (pow b 5))) (* -4 (/ (pow a 3) (pow b 3)))))))))> |
#<alt (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))> |
#<alt (* c (+ (* -2 (/ (* a b) c)) (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4)))))> |
#<alt (* c (+ (* -2 (/ (* a b) c)) (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -4))))))> |
#<alt (* c (+ (* -2 (/ (* a b) c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -4)))))))> |
#<alt (* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -2 (* a b)) (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -2 (* a b)) (* -1 (/ (+ (* -1/32 (* (sqrt (/ 1 (* a c))) (* (pow b 4) (sqrt -1)))) (* 1/2 (* (sqrt (* a c)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1))))))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
141 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 25.0ms | a | @ | inf | (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))) |
| 16.0ms | c | @ | 0 | (/ (- (sqrt (* c (* a -4))) b) (* a 2)) |
| 5.0ms | c | @ | -inf | (/ 1 (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)))) |
| 2.0ms | a | @ | 0 | (* (- (/ 1 a) (/ c (* b b))) (- 0 b)) |
| 2.0ms | b | @ | -inf | (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))) |
| 1× | batch-egg-rewrite |
| 5260× | *-lowering-*.f32 |
| 5260× | *-lowering-*.f64 |
| 2774× | /-lowering-/.f32 |
| 2774× | /-lowering-/.f64 |
| 1714× | --lowering--.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 185 |
| 1 | 223 | 184 |
| 2 | 2270 | 176 |
| 0 | 8744 | 176 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/2 a) (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(/ 1/2 a) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(- 0 (/ b a)) |
(/ b a) |
(* (- (/ 1 a) (/ c (* b b))) (- 0 b)) |
(- (/ 1 a) (/ c (* b b))) |
(/ 1 a) |
(/ c (* b b)) |
(/ (- (sqrt (* c (* a -4))) b) (* a 2)) |
(- (sqrt (* c (* a -4))) b) |
(sqrt (* c (* a -4))) |
(* c (* a -4)) |
(/ 1 (/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)))) |
(/ (* 4 (* a a)) (+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b))) |
(+ (* (sqrt (+ (* b b) (* a (* c -4)))) (* a 2)) (* (* a -2) b)) |
(* 4 (* a a)) |
(* a (* c -4)) |
(* b b) |
(* a -4) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) #s(literal -1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/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 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.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) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) #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) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(+.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(-.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 0 binary64)) b) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 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 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (*.f64 b b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (*.f64 b b)) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(hypot.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 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 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 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 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 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) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 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) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 b a))) |
(fma.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 b a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 a b) #s(literal 0 binary64)) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(pow.f64 (neg.f64 (/.f64 a b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) #s(literal -1 binary64)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 b a)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 a b)) |
(+.f64 #s(literal 0 binary64) (/.f64 b a)) |
(+.f64 (/.f64 b a) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(fma.f64 b (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 b a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) b #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.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 (/.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 (*.f64 b #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (/.f64 a b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b 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 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) #s(literal 0 binary64)) (neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(+.f64 (*.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) (neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))) |
(fma.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) #s(literal 0 binary64) (neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 b a) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 a b) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))) |
(neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) b)) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) (*.f64 b (*.f64 a (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (*.f64 b b) (*.f64 a c))) (*.f64 a (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))) (-.f64 #s(literal 0 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) b) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b)))) |
(+.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) c) (/.f64 c (*.f64 b b)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 a c) (*.f64 a (*.f64 b b)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) (/.f64 (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(fma.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 c (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b b))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) c) (/.f64 c (*.f64 b b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) |
(fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) c) (/.f64 c (*.f64 b b)))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) c) (/.f64 c (*.f64 b b)))) |
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (*.f64 a (*.f64 b b))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) a) (*.f64 a (/.f64 (*.f64 b b) c))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 a (-.f64 #s(literal 0 binary64) c))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 a (/.f64 c b))) (*.f64 a b)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 a c))) (neg.f64 (*.f64 a (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a c)) a) (*.f64 b b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64))) a) (*.f64 a (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) a) (*.f64 a (/.f64 b (/.f64 c b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b b) c))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 (*.f64 b b) c)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal 1 binary64)))) (*.f64 a (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) c)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (neg.f64 (/.f64 c b)))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) c)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 b b) c))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 c b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b b) c))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 (*.f64 b b) c)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) c))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 c b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b)) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 c #s(literal 1 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 c b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 b (/.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (/.f64 c b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 b b) c)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 c b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 a (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 a c))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(pow.f64 (/.f64 (*.f64 a (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b b)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 b b) c))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.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 b) c)) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b)))) |
(/.f64 c (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) c))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 c b) b) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (/.f64 c b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 c b)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) c) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c b)) |
(+.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 b (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 c) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 c) a) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) #s(literal 2 binary64)) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 c) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) a))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) a)) #s(literal -2 binary64)) |
(/.f64 (-.f64 (/.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/8 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/8 binary64)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))) (/.f64 b (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 b (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))) (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) (+.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) (/.f64 b #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 b a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 b #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 b a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 b #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b)) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 b #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) b)) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 b a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b)) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) a) (*.f64 #s(literal 2 binary64) (/.f64 b #s(literal 2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a b)) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 b a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) b)) a) (*.f64 a (/.f64 (/.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) a) (*.f64 a (/.f64 b #s(literal 2 binary64)))) (*.f64 a a)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(+.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(+.f64 (+.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) |
(-.f64 (/.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(-.f64 (+.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 0 binary64)) b) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(fma.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(fma.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fabs.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (pow.f64 (*.f64 a c) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 a) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 c #s(literal -4 binary64)))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) c)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (sqrt.f64 c)) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) c))) (sqrt.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))))) |
(exp.f64 (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) #s(literal 1/2 binary64))) |
(fabs.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) #s(literal 1/2 binary64)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(*.f64 a (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1 binary64))) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
(*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 1 binary64))) |
(*.f64 (*.f64 c #s(literal -4 binary64)) a) |
(*.f64 (*.f64 a #s(literal -4 binary64)) c) |
(*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (pow.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) c)) (sqrt.f64 (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 a) (pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 a (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1 binary64)) a) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1 binary64)) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) c)) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 a a) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) (pow.f64 (*.f64 a a) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 16 binary64) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) a) #s(literal 1/2 binary64)) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a c)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) |
(*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 (*.f64 a (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a a))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal 4 binary64)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) a)) (sqrt.f64 (*.f64 c #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (*.f64 #s(literal -4 binary64) (*.f64 a a))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64)))) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64))))) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 a a)) #s(literal 4 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) #s(literal 4 binary64)) (*.f64 a a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 a #s(literal 4 binary64))) a) |
(pow.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1/2 binary64))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal 1/4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 4 binary64))) (pow.f64 (/.f64 a (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 4 binary64))) (pow.f64 (*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 1 binary64)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(pow.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 #s(literal 4 binary64) (/.f64 (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64))) |
(*.f64 #s(literal 4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(*.f64 (*.f64 a a) (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (pow.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -1 binary64))) |
(*.f64 (*.f64 a #s(literal 4 binary64)) (*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(*.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 a (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 (/.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal 4 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))))))) |
(*.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1/2 binary64))) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 4 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(+.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(fma.f64 a (*.f64 b #s(literal -2 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 a (*.f64 #s(literal 2 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(fma.f64 b (*.f64 a #s(literal -2 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(fma.f64 #s(literal 2 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(fma.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(fma.f64 #s(literal -2 binary64) (*.f64 a b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) b (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 b a) #s(literal -2 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64)) a (*.f64 #s(literal -2 binary64) (*.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 a b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -8 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a b))))) |
(*.f64 a (*.f64 a #s(literal 4 binary64))) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(*.f64 (*.f64 a a) #s(literal 4 binary64)) |
(*.f64 (*.f64 a #s(literal 4 binary64)) a) |
(exp.f64 (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) #s(literal 1/2 binary64))) |
(fabs.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) #s(literal 1/2 binary64)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(*.f64 a (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1 binary64))) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
(*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 1 binary64))) |
(*.f64 (*.f64 c #s(literal -4 binary64)) a) |
(*.f64 (*.f64 a #s(literal -4 binary64)) c) |
(*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (pow.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) c)) (sqrt.f64 (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 a) (pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 a (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1 binary64)) a) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1 binary64)) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) c)) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 a a) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) (pow.f64 (*.f64 a a) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 16 binary64) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) a) #s(literal 1/2 binary64)) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a c)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) |
(*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 (*.f64 a (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (*.f64 a a)) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a a))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal 4 binary64)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) a)) (sqrt.f64 (*.f64 c #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) |
(+.f64 (*.f64 b b) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 b b)) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 b))) |
(-.f64 (*.f64 b b) #s(literal 0 binary64)) |
(fma.f64 b b #s(literal 0 binary64)) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) b) b #s(literal 0 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 0 binary64)) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) #s(literal 0 binary64))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) #s(literal 0 binary64)) (*.f64 b b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(pow.f64 b #s(literal 2 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal 2 binary64)) |
(*.f64 b b) |
(*.f64 (*.f64 b b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 b b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 #s(literal 1 binary64) b) b) |
(*.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b))) |
(sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a #s(literal -4 binary64)))) |
(pow.f64 (*.f64 a #s(literal -4 binary64)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 a #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(*.f64 a #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 (*.f64 a #s(literal -4 binary64)))) |
| 1× | egg-herbie |
| 6536× | *-lowering-*.f32 |
| 6536× | *-lowering-*.f64 |
| 5266× | +-lowering-+.f64 |
| 5266× | +-lowering-+.f32 |
| 1430× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1075 | 8427 |
| 1 | 3850 | 7887 |
| 0 | 8713 | 7887 |
| 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)))))))) |
(* -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)) |
(/ 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 c) b)) a) |
(/ (+ (* -1 b) (/ (* a c) b)) a) |
(/ (+ (* -1 b) (/ (* a c) b)) a) |
(/ c b) |
(+ (* -1 (/ b a)) (/ c b)) |
(+ (* -1 (/ b a)) (/ c b)) |
(+ (* -1 (/ b a)) (/ c b)) |
(/ c b) |
(+ (* -1 (/ b a)) (/ c b)) |
(+ (* -1 (/ b a)) (/ c b)) |
(+ (* -1 (/ b a)) (/ c b)) |
(* -1 (/ b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(+ (* -1 (/ b a)) (/ c b)) |
(+ (* -1 (/ b a)) (/ c b)) |
(/ c b) |
(* c (+ (* -1 (/ b (* a c))) (/ 1 b))) |
(* c (+ (* -1 (/ b (* a c))) (/ 1 b))) |
(* c (+ (* -1 (/ b (* a c))) (/ 1 b))) |
(/ c b) |
(* -1 (* c (- (/ b (* a c)) (/ 1 b)))) |
(* -1 (* c (- (/ b (* a c)) (/ 1 b)))) |
(* -1 (* c (- (/ b (* a c)) (/ 1 b)))) |
(/ c b) |
(/ (+ c (* -1 (/ (pow b 2) a))) b) |
(/ (+ c (* -1 (/ (pow b 2) a))) b) |
(/ (+ c (* -1 (/ (pow b 2) a))) b) |
(* -1 (/ b a)) |
(* b (- (/ c (pow b 2)) (/ 1 a))) |
(* b (- (/ c (pow b 2)) (/ 1 a))) |
(* b (- (/ c (pow b 2)) (/ 1 a))) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(/ 1 a) |
(/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a) |
(/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a) |
(/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a) |
(* -1 (/ c (pow b 2))) |
(- (/ 1 a) (/ c (pow b 2))) |
(- (/ 1 a) (/ c (pow b 2))) |
(- (/ 1 a) (/ c (pow b 2))) |
(* -1 (/ c (pow b 2))) |
(- (/ 1 a) (/ c (pow b 2))) |
(- (/ 1 a) (/ c (pow b 2))) |
(- (/ 1 a) (/ c (pow b 2))) |
(/ 1 a) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(* -1 (/ c (pow b 2))) |
(* c (- (/ 1 (* a c)) (/ 1 (pow b 2)))) |
(* c (- (/ 1 (* a c)) (/ 1 (pow b 2)))) |
(* c (- (/ 1 (* a c)) (/ 1 (pow b 2)))) |
(* -1 (/ c (pow b 2))) |
(* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(* -1 (/ c (pow b 2))) |
(/ (- (/ (pow b 2) a) c) (pow b 2)) |
(/ (- (/ (pow b 2) a) c) (pow b 2)) |
(/ (- (/ (pow b 2) a) c) (pow b 2)) |
(/ 1 a) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(/ 1 a) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(+ (* -1 (/ c (pow b 2))) (/ 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 a) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 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/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (* 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/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(* -1/2 (/ b a)) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(* -1/2 (/ b a)) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(* -1 b) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1)) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1)) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1)) |
(* -1 b) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* 1/4 (/ (+ (* -2 b) (* 2 b)) a)) |
(/ (+ (* -1 (/ (* a c) b)) (* 1/4 (+ (* -2 b) (* 2 b)))) a) |
(/ (+ (* 1/4 (+ (* -2 b) (* 2 b))) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ (* 1/4 (+ (* -2 b) (* 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 (* (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/4 (/ (* b (+ (* -2 a) (* 2 a))) (pow a 2))) |
(* b (+ (* -1 (/ c (pow b 2))) (* 1/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2))))) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2)))))) |
(* 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/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2))))))) |
(* -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/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) |
(+ (* -1 (/ c b)) (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2)))) |
(+ (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
(+ (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) (* 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))))) |
(* 4 (/ a (+ (* -2 b) (* 2 b)))) |
(* a (+ (* 16 (/ (* a c) (* b (pow (+ (* -2 b) (* 2 b)) 2)))) (* 4 (/ 1 (+ (* -2 b) (* 2 b)))))) |
(* a (+ (* a (+ (* -4 (* a (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2))))))) (* 16 (/ c (* b (pow (+ (* -2 b) (* 2 b)) 2)))))) (* 4 (/ 1 (+ (* -2 b) (* 2 b)))))) |
(* a (+ (* a (+ (* 16 (/ c (* b (pow (+ (* -2 b) (* 2 b)) 2)))) (* a (+ (* -4 (* a (+ (* -16 (/ (pow c 3) (* (pow b 4) (pow (+ (* -2 b) (* 2 b)) 3)))) (+ (* -8 (/ (pow c 3) (* (pow b 5) (pow (+ (* -2 b) (* 2 b)) 2)))) (* 4 (/ (* c (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2)))))) (* b (+ (* -2 b) (* 2 b))))))))) (* -4 (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2)))))))))) (* 4 (/ 1 (+ (* -2 b) (* 2 b)))))) |
(* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) |
(- (+ (* -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))))) |
(- (+ (* -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))) (/ (* (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)))))) |
(* -1 (* (sqrt (/ a c)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1/2 (/ b c))) |
(+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/4 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/2 (/ (* a b) c))) a))) |
(+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (- (* -1 (/ (- (+ (* -1/16 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (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/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* -1/2 (/ (* a b) c))) a))) |
(* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* b (+ (* -4 (* b (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* c (pow (sqrt -4) 2))))))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* b (+ (* b (+ (* -4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/4 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4)))))))) (* -4 (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* c (pow (sqrt -4) 2))))))) |
(* 4 (/ (pow a 2) (* b (+ (* -2 a) (* 2 a))))) |
(/ (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2))))) b) |
(/ (+ (* -4 (/ (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))) (pow b 4))) (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2)))))) b) |
(/ (+ (* -4 (/ (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))) (pow b 4))) (+ (* -4 (/ (+ (* -16 (/ (* (pow a 7) (pow c 3)) (pow (+ (* -2 a) (* 2 a)) 3))) (+ (* -8 (/ (* (pow a 6) (pow c 3)) (pow (+ (* -2 a) (* 2 a)) 2))) (* 4 (/ (* (pow a 2) (* c (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))))) (+ (* -2 a) (* 2 a)))))) (pow b 6))) (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2))))))) b) |
(* -1 (/ a b)) |
(* -1 (/ (+ a (/ (* (pow a 2) c) (pow b 2))) b)) |
(* -1 (/ (+ a (+ (* 2 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (/ (* (pow a 2) c) (pow b 2)))) b)) |
(* -1 (/ (+ a (+ (* -4 (/ (+ (* -1 (* (pow a 4) (pow c 3))) (* -1/4 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (/ (* (pow a 2) c) (pow b 2))))) b)) |
(* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) |
(+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* 16 (/ (* (pow a 4) c) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))) |
(+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* c (+ (* -4 (* c (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))) (* 16 (/ (pow a 4) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))) |
(+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* c (+ (* 16 (/ (pow a 4) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))) (* c (+ (* -4 (* c (+ (* -16 (/ (pow a 7) (* (pow b 4) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (+ (* -8 (/ (pow a 6) (* (pow b 5) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))) (* 4 (/ (* (pow a 2) (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))))) (* b (+ (* -2 (* a b)) (* 2 (* a b)))))))))) (* -4 (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))))))) |
(* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(/ (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2)))) c) |
(/ (+ (* -4 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2))))) c) |
(/ (+ (* -4 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (+ (* -4 (/ (+ (* 1/4 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2)))))) c) |
(* -1 (* (sqrt (/ a c)) (sqrt -1))) |
(* -1 (/ (+ (* 1/2 b) (* (sqrt (* a c)) (sqrt -1))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* b c)) (* 4 (/ (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* (sqrt (* a c)) (sqrt -1))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -4 (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/64 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c)) (* -1/2 (* b c))) c)) (* (sqrt (* a c)) (sqrt -1))) c)) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(+ (* -2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(+ (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) (* b (+ (* -2 a) (* (sqrt (/ a c)) (/ b (sqrt -4)))))) |
(+ (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) (* b (+ (* -2 a) (* b (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))))))) |
(* b (+ (* -2 a) (* 2 a))) |
(* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -2 a) (* 2 a)))) |
(* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -2 a) (* 2 a))))) |
(* b (+ (* -8 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -2 a) (* 2 a)))))) |
(* -4 (* a b)) |
(* -1 (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (* 4 a)))) |
(* -1 (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 4 a))))) |
(* -1 (* b (+ (* -8 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 4 a)))))) |
(* a (+ (* -2 b) (* 2 b))) |
(* a (+ (* -4 (/ (* a c) b)) (+ (* -2 b) (* 2 b)))) |
(* a (+ (* -2 b) (+ (* 2 b) (* a (+ (* -4 (/ c b)) (* -4 (/ (* a (pow c 2)) (pow b 3)))))))) |
(* a (+ (* -2 b) (+ (* 2 b) (* a (+ (* -4 (/ c b)) (* a (+ (* -8 (/ (* a (pow c 3)) (pow b 5))) (* -4 (/ (pow c 2) (pow b 3)))))))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(* (pow a 2) (+ (* -2 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -4))))) |
(* (pow a 2) (+ (* -2 (/ b a)) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))) |
(* (pow a 2) (+ (* -2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -2 (/ b a)))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 2 b)) a)))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 2 b)) a)))) |
(+ (* -2 (* a b)) (* 2 (* a b))) |
(+ (* -4 (/ (* (pow a 2) c) b)) (+ (* -2 (* a b)) (* 2 (* a b)))) |
(+ (* -2 (* a b)) (+ (* 2 (* a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 3))) (* -4 (/ (pow a 2) b)))))) |
(+ (* -2 (* a b)) (+ (* 2 (* a b)) (* c (+ (* -4 (/ (pow a 2) b)) (* c (+ (* -8 (/ (* (pow a 4) c) (pow b 5))) (* -4 (/ (pow a 3) (pow b 3))))))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(* c (+ (* -2 (/ (* a b) c)) (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))))) |
(* c (+ (* -2 (/ (* a b) c)) (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -4)))))) |
(* c (+ (* -2 (/ (* a b) c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -4))))))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -2 (* a b)) (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -2 (* a b)) (* -1 (/ (+ (* -1/32 (* (sqrt (/ 1 (* a c))) (* (pow b 4) (sqrt -1)))) (* 1/2 (* (sqrt (* a c)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
| Outputs |
|---|
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 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 (*.f64 a (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.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) (*.f64 b (*.f64 b b))))) (/.f64 c b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 #s(literal 1/4 binary64) (*.f64 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 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)))))) |
(+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 #s(literal -1/2 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/128 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)))))) a)) a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.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)))) |
(+ (* 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (+.f64 (-.f64 (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 b (neg.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))))) |
(* -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 (-.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))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (+.f64 (-.f64 #s(literal 0 binary64) (*.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 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (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 (+.f64 (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 b a)))) (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c 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 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 b #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/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 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.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)))))) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (*.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))))))) (*.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))))))) 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))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)))))) #s(literal -1 binary64)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.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))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (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 (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #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 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) 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 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.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))))))) |
(* 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 (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) 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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (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 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) 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 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.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/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))))) a)) b) a)) (neg.f64 a)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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))))))) |
(* 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 (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) 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 (-.f64 (*.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 (+.f64 (*.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 (*.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 (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (*.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 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a 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 #s(literal 0 binary64) c) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) b) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (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))))) (-.f64 #s(literal 0 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.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))))) |
(+ (* (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))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (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))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.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 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 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 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 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 (+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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)))))) (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 (+.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.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 (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 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 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 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.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 (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 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.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))))))))) |
(* 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.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 #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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 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 (+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.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 #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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))))) (*.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))))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.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))))))))) |
(* -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 (-.f64 #s(literal 0 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))) (*.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))))))))) |
(* -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 (-.f64 #s(literal 0 binary64) c) (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))) (*.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)))))))) (*.f64 #s(literal 1/512 binary64) (*.f64 (*.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 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.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) |
(/ b a) |
(/.f64 b a) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(/ (+ (* -1 b) (/ (* a c) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/ (+ (* -1 b) (/ (* a c) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/ (+ (* -1 b) (/ (* a c) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/ c b) |
(/.f64 c b) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/ c b) |
(/.f64 c b) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(+ (* -1 (/ b a)) (/ c b)) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/ c b) |
(/.f64 c b) |
(* c (+ (* -1 (/ b (* a c))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(/ c b) |
(/.f64 c b) |
(* -1 (* c (- (/ b (* a c)) (/ 1 b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1 binary64) b))) |
(* -1 (* c (- (/ b (* a c)) (/ 1 b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1 binary64) b))) |
(* -1 (* c (- (/ b (* a c)) (/ 1 b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1 binary64) b))) |
(/ c b) |
(/.f64 c b) |
(/ (+ c (* -1 (/ (pow b 2) a))) b) |
(/.f64 (-.f64 c (/.f64 (*.f64 b b) a)) b) |
(/ (+ c (* -1 (/ (pow b 2) a))) b) |
(/.f64 (-.f64 c (/.f64 (*.f64 b b) a)) b) |
(/ (+ c (* -1 (/ (pow b 2) a))) b) |
(/.f64 (-.f64 c (/.f64 (*.f64 b b) a)) b) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* b (- (/ c (pow b 2)) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) a))) |
(* b (- (/ c (pow b 2)) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) a))) |
(* b (- (/ c (pow b 2)) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) a))) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 c a) (*.f64 b b))) a) |
(/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 c a) (*.f64 b b))) a) |
(/ (+ 1 (* -1 (/ (* a c) (pow b 2)))) a) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 c a) (*.f64 b b))) a) |
(* -1 (/ c (pow b 2))) |
(/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) |
(- (/ 1 a) (/ c (pow b 2))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(- (/ 1 a) (/ c (pow b 2))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(- (/ 1 a) (/ c (pow b 2))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(* -1 (/ c (pow b 2))) |
(/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) |
(- (/ 1 a) (/ c (pow b 2))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(- (/ 1 a) (/ c (pow b 2))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(- (/ 1 a) (/ c (pow b 2))) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(* -1 (/ c (pow b 2))) |
(/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) |
(* c (- (/ 1 (* a c)) (/ 1 (pow b 2)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) (/.f64 #s(literal -1 binary64) (*.f64 b b)))) |
(* c (- (/ 1 (* a c)) (/ 1 (pow b 2)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) (/.f64 #s(literal -1 binary64) (*.f64 b b)))) |
(* c (- (/ 1 (* a c)) (/ 1 (pow b 2)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) (/.f64 #s(literal -1 binary64) (*.f64 b b)))) |
(* -1 (/ c (pow b 2))) |
(/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) |
(* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1 binary64) (*.f64 c a)))) |
(* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1 binary64) (*.f64 c a)))) |
(* -1 (* c (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1 binary64) (*.f64 c a)))) |
(* -1 (/ c (pow b 2))) |
(/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) |
(/ (- (/ (pow b 2) a) c) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 b b) a) c) (*.f64 b b)) |
(/ (- (/ (pow b 2) a) c) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 b b) a) c) (*.f64 b b)) |
(/ (- (/ (pow b 2) a) c) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 b b) a) c) (*.f64 b b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(+ (* -1 (/ c (pow b 2))) (/ 1 a)) |
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) |
(/ 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) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 b #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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 b #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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 b #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/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (/ (- (* (sqrt (* a c)) (sqrt -4)) b) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) a) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(*.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) (/.f64 #s(literal -1 binary64) a)))) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(*.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) (/.f64 #s(literal -1 binary64) a)))) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(*.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) (/.f64 #s(literal -1 binary64) a)))) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)))) (-.f64 #s(literal 0 binary64) b)) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c 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 (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -4)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) 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 (/ 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 (/ 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 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))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) #s(literal -1 binary64))) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) #s(literal -1 binary64))) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -4) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) #s(literal -1 binary64))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* 1/4 (/ (+ (* -2 b) (* 2 b)) a)) |
(/.f64 #s(literal 0 binary64) a) |
(/ (+ (* -1 (/ (* a c) b)) (* 1/4 (+ (* -2 b) (* 2 b)))) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) |
(/ (+ (* 1/4 (+ (* -2 b) (* 2 b))) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (*.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) a) |
(/ (+ (* 1/4 (+ (* -2 b) (* 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 (-.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 c b))) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 #s(literal 1/4 binary64) (*.f64 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 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)))))) |
(+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 #s(literal -1/2 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/128 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)))))) a)) a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.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)))) |
(+ (* 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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)))) |
(* 1/4 (/ (* b (+ (* -2 a) (* 2 a))) (pow a 2))) |
(/.f64 #s(literal 0 binary64) (*.f64 a a)) |
(* b (+ (* -1 (/ c (pow b 2))) (* 1/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2))))) |
(*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2)))))) |
(*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a 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/4 (/ (+ (* -2 a) (* 2 a)) (pow a 2))))))) |
(*.f64 b (+.f64 (*.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 0 binary64) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b))))) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 b (neg.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))))) |
(* -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 (-.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))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) |
(/.f64 #s(literal 0 binary64) (*.f64 a a)) |
(+ (* -1 (/ c b)) (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c b)) |
(+ (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
(+.f64 (*.f64 c (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) (/.f64 #s(literal 0 binary64) (*.f64 a a))) |
(+ (* 1/4 (/ (+ (* -2 (* a b)) (* 2 (* a b))) (pow a 2))) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) |
(+.f64 (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) (/.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c 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 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 b #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/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 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.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)))))) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (*.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))))))) (*.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))))))) c)) c))) |
(* 4 (/ a (+ (* -2 b) (* 2 b)))) |
(/.f64 (*.f64 a #s(literal 4 binary64)) #s(literal 0 binary64)) |
(* a (+ (* 16 (/ (* a c) (* b (pow (+ (* -2 b) (* 2 b)) 2)))) (* 4 (/ 1 (+ (* -2 b) (* 2 b)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 c a)) #s(literal 0 binary64)) (/.f64 #s(literal 4 binary64) #s(literal 0 binary64)))) |
(* a (+ (* a (+ (* -4 (* a (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2))))))) (* 16 (/ c (* b (pow (+ (* -2 b) (* 2 b)) 2)))))) (* 4 (/ 1 (+ (* -2 b) (* 2 b)))))) |
(*.f64 a (+.f64 (/.f64 #s(literal 4 binary64) #s(literal 0 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 c c)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) #s(literal 0 binary64)))) (*.f64 #s(literal 16 binary64) (/.f64 c #s(literal 0 binary64))))))) |
(* a (+ (* a (+ (* 16 (/ c (* b (pow (+ (* -2 b) (* 2 b)) 2)))) (* a (+ (* -4 (* a (+ (* -16 (/ (pow c 3) (* (pow b 4) (pow (+ (* -2 b) (* 2 b)) 3)))) (+ (* -8 (/ (pow c 3) (* (pow b 5) (pow (+ (* -2 b) (* 2 b)) 2)))) (* 4 (/ (* c (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2)))))) (* b (+ (* -2 b) (* 2 b))))))))) (* -4 (+ (* -16 (/ (pow c 2) (* (pow b 2) (pow (+ (* -2 b) (* 2 b)) 3)))) (* -4 (/ (pow c 2) (* (pow b 3) (pow (+ (* -2 b) (* 2 b)) 2)))))))))) (* 4 (/ 1 (+ (* -2 b) (* 2 b)))))) |
(*.f64 a (+.f64 (/.f64 #s(literal 4 binary64) #s(literal 0 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal 16 binary64) (/.f64 c #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -4 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 c (*.f64 c c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 c (*.f64 c c))) (*.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 c c)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) #s(literal 0 binary64))))) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 c c)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) #s(literal 0 binary64)))))))))) |
(* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) |
(*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (*.f64 c #s(literal -4 binary64))))) |
(- (+ (* -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))))) |
(+.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) (/.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)))))) (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 b c))) |
(- (+ (* -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))) (/ (* (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)))))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (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 a a) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 b c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))) |
(* -1 (* (sqrt (/ a c)) (sqrt -1))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1/2 (/ b c))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/4 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/2 (/ (* a b) c))) a))) |
(-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (*.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 b a) c))) a)) |
(+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (- (* -1 (/ (- (+ (* -1/16 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (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/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* -1/2 (/ (* a b) c))) a))) |
(-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.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)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.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 b a) c))) a)) |
(* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) |
(*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (*.f64 c #s(literal -4 binary64))))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* b (+ (* -4 (* b (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* c (pow (sqrt -4) 2))))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -4 binary64) b) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 c #s(literal -4 binary64)))))) |
(+ (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* b (+ (* b (+ (* -4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/4 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4)))))))) (* -4 (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* c (pow (sqrt -4) 2))))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 c #s(literal -4 binary64))) (*.f64 b (*.f64 #s(literal -4 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/4 binary64))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/4 binary64)))))))) |
(* 4 (/ (pow a 2) (* b (+ (* -2 a) (* 2 a))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) |
(/ (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) #s(literal 0 binary64))) b) |
(/ (+ (* -4 (/ (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))) (pow b 4))) (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2)))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) #s(literal 0 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (+.f64 (*.f64 #s(literal -16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 c c) #s(literal 0 binary64)))) (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (/.f64 (*.f64 c c) #s(literal 0 binary64))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -4 (/ (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))) (pow b 4))) (+ (* -4 (/ (+ (* -16 (/ (* (pow a 7) (pow c 3)) (pow (+ (* -2 a) (* 2 a)) 3))) (+ (* -8 (/ (* (pow a 6) (pow c 3)) (pow (+ (* -2 a) (* 2 a)) 2))) (* 4 (/ (* (pow a 2) (* c (+ (* -16 (/ (* (pow a 6) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 3))) (* -4 (/ (* (pow a 5) (pow c 2)) (pow (+ (* -2 a) (* 2 a)) 2)))))) (+ (* -2 a) (* 2 a)))))) (pow b 6))) (+ (* 4 (/ (pow a 2) (+ (* -2 a) (* 2 a)))) (* 16 (/ (* (pow a 4) c) (* (pow b 2) (pow (+ (* -2 a) (* 2 a)) 2))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 c c) #s(literal 0 binary64)))) (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (/.f64 (*.f64 c c) #s(literal 0 binary64))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -16 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (/.f64 (*.f64 c (*.f64 c c)) #s(literal 0 binary64)))) (*.f64 #s(literal -8 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 c (*.f64 c c)) #s(literal 0 binary64))))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a a) (*.f64 c (+.f64 (*.f64 #s(literal -16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 c c) #s(literal 0 binary64)))) (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (/.f64 (*.f64 c c) #s(literal 0 binary64)))))))) #s(literal 0 binary64))) (pow.f64 b #s(literal 6 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) #s(literal 0 binary64)))) b) |
(* -1 (/ a b)) |
(-.f64 #s(literal 0 binary64) (/.f64 a b)) |
(* -1 (/ (+ a (/ (* (pow a 2) c) (pow b 2))) b)) |
(/.f64 (+.f64 a (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ a (+ (* 2 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (/ (* (pow a 2) c) (pow b 2)))) b)) |
(/.f64 (+.f64 (+.f64 a (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ a (+ (* -4 (/ (+ (* -1 (* (pow a 4) (pow c 3))) (* -1/4 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (/ (* (pow a 2) c) (pow b 2))))) b)) |
(/.f64 (+.f64 (+.f64 (+.f64 a (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) #s(literal -5/4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) |
(+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* 16 (/ (* (pow a 4) c) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) #s(literal 0 binary64))) |
(+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* c (+ (* -4 (* c (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))) (* 16 (/ (pow a 4) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (pow.f64 a #s(literal 6 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 5 binary64))) #s(literal 0 binary64))))) (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 a #s(literal 4 binary64))) #s(literal 0 binary64))))) |
(+ (* 4 (/ (pow a 2) (+ (* -2 (* a b)) (* 2 (* a b))))) (* c (+ (* 16 (/ (pow a 4) (* b (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))) (* c (+ (* -4 (* c (+ (* -16 (/ (pow a 7) (* (pow b 4) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (+ (* -8 (/ (pow a 6) (* (pow b 5) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))) (* 4 (/ (* (pow a 2) (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2)))))) (* b (+ (* -2 (* a b)) (* 2 (* a b)))))))))) (* -4 (+ (* -16 (/ (pow a 6) (* (pow b 2) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 3)))) (* -4 (/ (pow a 5) (* (pow b 3) (pow (+ (* -2 (* a b)) (* 2 (* a b))) 2))))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 16 binary64) (pow.f64 a #s(literal 4 binary64))) #s(literal 0 binary64)) (*.f64 c (*.f64 #s(literal -4 binary64) (+.f64 (*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (pow.f64 a #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -8 binary64) (pow.f64 a #s(literal 6 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (pow.f64 a #s(literal 6 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 5 binary64))) #s(literal 0 binary64))))) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (pow.f64 a #s(literal 6 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 5 binary64))) #s(literal 0 binary64))))))))) |
(* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(/ (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2)))) c) |
(/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64)))) c) |
(/ (+ (* -4 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/4 binary64))) (*.f64 c c))) c) |
(/ (+ (* -4 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (+ (* -4 (/ (+ (* 1/4 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (+ (* 2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 2 (/ b (pow (sqrt -4) 2)))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/4 binary64)) (*.f64 c c)) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) a) (/.f64 (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/4 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))))) c) |
(* -1 (* (sqrt (/ a c)) (sqrt -1))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(* -1 (/ (+ (* 1/2 b) (* (sqrt (* a c)) (sqrt -1))) c)) |
(/.f64 (+.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* b c)) (* 4 (/ (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* (sqrt (* a c)) (sqrt -1))) c)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/32 binary64))) c)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -4 (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/64 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c)) (* -1/2 (* b c))) c)) (* (sqrt (* a c)) (sqrt -1))) c)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/32 binary64))) (/.f64 (*.f64 #s(literal 4 binary64) (+.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 c c) a))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/32 binary64)))))) c)) c)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* -2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(+ (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) (* b (+ (* -2 a) (* (sqrt (/ a c)) (/ b (sqrt -4)))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))))) |
(+ (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) (* b (+ (* -2 a) (* b (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 b (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))))))) |
(* b (+ (* -2 a) (* 2 a))) |
#s(literal 0 binary64) |
(* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -2 a) (* 2 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) #s(literal 0 binary64))) |
(* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -2 a) (* 2 a))))) |
(+.f64 (*.f64 b (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 0 binary64)) |
(* b (+ (* -8 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -2 a) (* 2 a)))))) |
(*.f64 b (+.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 0 binary64)) (*.f64 #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -4 (* a b)) |
(*.f64 #s(literal -4 binary64) (*.f64 b a)) |
(* -1 (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (* 4 a)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 4 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -8 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -4 (/ (* (pow a 2) c) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 4 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a #s(literal 4 binary64)))))) |
(* a (+ (* -2 b) (* 2 b))) |
#s(literal 0 binary64) |
(* a (+ (* -4 (/ (* a c) b)) (+ (* -2 b) (* 2 b)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) b) #s(literal 0 binary64))) |
(* a (+ (* -2 b) (+ (* 2 b) (* a (+ (* -4 (/ c b)) (* -4 (/ (* a (pow c 2)) (pow b 3)))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* a (+ (* -2 b) (+ (* 2 b) (* a (+ (* -4 (/ c b)) (* a (+ (* -8 (/ (* a (pow c 3)) (pow b 5))) (* -4 (/ (pow c 2) (pow b 3)))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -2 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -4))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
(* (pow a 2) (+ (* -2 (/ b a)) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (+.f64 (*.f64 (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 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))))) |
(* (pow a 2) (+ (* -2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (+.f64 (*.f64 (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 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -2 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 2 b)) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))) a))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/32 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 2 b)) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 2 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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/32 binary64))) a)) a))) |
(+ (* -2 (* a b)) (* 2 (* a b))) |
#s(literal 0 binary64) |
(+ (* -4 (/ (* (pow a 2) c) b)) (+ (* -2 (* a b)) (* 2 (* a b)))) |
(+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)) |
(+ (* -2 (* a b)) (+ (* 2 (* a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 3))) (* -4 (/ (pow a 2) b)))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (+.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))))))) |
(+ (* -2 (* a b)) (+ (* 2 (* a b)) (* c (+ (* -4 (/ (pow a 2) b)) (* c (+ (* -8 (/ (* (pow a 4) c) (pow b 5))) (* -4 (/ (pow a 3) (pow b 3))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a a) b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b)))))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* -2 (/ (* a b) c)) (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))))) |
(* c (+ (* -2 (/ (* a b) c)) (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -4)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) c) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))))) |
(* c (+ (* -2 (/ (* a b) c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -4))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) c) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal -1/4 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 a (pow.f64 c #s(literal 5 binary64)))))))))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* -1 (* c (+ (* 2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) b) c) (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -2 (* a b)) (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))))) c))) |
(* -1 (* c (+ (* -1 (/ (+ (* -2 (* a b)) (* -1 (/ (+ (* -1/32 (* (sqrt (/ 1 (* a c))) (* (pow b 4) (sqrt -1)))) (* 1/2 (* (sqrt (* a c)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 c a))))) c)) c))) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
Compiled 35852 to 3893 computations (89.1% saved)
42 alts after pruning (40 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1399 | 33 | 1432 |
| Fresh | 4 | 7 | 11 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1407 | 42 | 1449 |
| Status | Accuracy | Program |
|---|---|---|
| 19.0% | (fma.f64 (/.f64 (sqrt.f64 c) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) | |
| 19.1% | (/.f64 (fma.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) | |
| 29.1% | (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) | |
| 26.1% | (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) | |
| 33.0% | (/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) | |
| 48.1% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) b) (*.f64 a #s(literal 2 binary64))) | |
| 29.2% | (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) | |
| 20.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 a)) b) (*.f64 a #s(literal 2 binary64))) | |
| 19.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) (*.f64 a #s(literal 2 binary64))) | |
| 12.1% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 22.7% | (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
| ✓ | 48.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
| 29.7% | (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) | |
| 10.8% | (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) | |
| 10.7% | (/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) | |
| 13.5% | (/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) | |
| 12.5% | (/.f64 c b) | |
| 10.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) | |
| 30.3% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) | |
| ▶ | 13.2% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
| ▶ | 48.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
| 48.3% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) | |
| ▶ | 12.5% | (/.f64 #s(literal 0 binary64) a) |
| 34.5% | (/.f64 #s(literal -1 binary64) (/.f64 a b)) | |
| 34.6% | (-.f64 (/.f64 c b) (/.f64 b a)) | |
| 26.6% | (-.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 c b)) | |
| 30.4% | (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) | |
| 23.2% | (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) | |
| 35.4% | (-.f64 #s(literal 0 binary64) (/.f64 c b)) | |
| 34.5% | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) | |
| 17.4% | (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) | |
| 12.4% | (*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) | |
| ▶ | 29.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
| 31.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) | |
| 31.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) | |
| 34.4% | (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) | |
| 26.6% | (*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) | |
| 13.7% | (*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) | |
| 34.5% | (*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) | |
| 34.6% | (neg.f64 (/.f64 b a)) |
Compiled 1400 to 922 computations (34.1% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -4 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 a (*.f64 c #s(literal -4 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 4 binary64) (*.f64 a a)) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)) |
| ✓ | cost-diff | 768 | (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64))) |
| ✓ | cost-diff | 896 | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -2 binary64) (*.f64 c a)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 384 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 0 binary64) a) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
| 4312× | *-lowering-*.f32 |
| 4312× | *-lowering-*.f64 |
| 2300× | /-lowering-/.f32 |
| 2300× | /-lowering-/.f64 |
| 1696× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 254 |
| 1 | 96 | 248 |
| 2 | 305 | 245 |
| 3 | 1182 | 227 |
| 4 | 5890 | 227 |
| 5 | 7681 | 227 |
| 0 | 8107 | 227 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b))) |
1/2 |
(/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
a |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(+ (* b b) (* a (* c -4))) |
(* b b) |
b |
(* a (* c -4)) |
(* c -4) |
c |
-4 |
(/ 0 a) |
0 |
a |
(* (/ 1/2 a) (/ (* -2 (* c a)) b)) |
(/ 1/2 a) |
1/2 |
a |
(/ (* -2 (* c a)) b) |
(* -2 (* c a)) |
-2 |
(* c a) |
c |
b |
(/ 1 (/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0))) |
1 |
(/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0)) |
(* 4 (* a a)) |
4 |
(* a a) |
a |
(+ (/ (* -4 (* c (* a a))) b) 0) |
(/ (* -4 (* c (* a a))) b) |
(* -4 (* c (* a a))) |
-4 |
(* c (* a a)) |
c |
b |
0 |
(/ (- (* a (* c -4)) (* b b)) (* (/ a 1/2) (+ b (sqrt (* a (* c -4)))))) |
(- (* a (* c -4)) (* b b)) |
(* a (* c -4)) |
a |
(* c -4) |
c |
-4 |
(* b b) |
b |
(* (/ a 1/2) (+ b (sqrt (* a (* c -4))))) |
(/ a 1/2) |
1/2 |
(+ b (sqrt (* a (* c -4)))) |
(sqrt (* a (* c -4))) |
| Outputs |
|---|
(/ 1/2 (/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) a) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
a |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(+ (* b b) (* a (* c -4))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -4)) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
(/ 0 a) |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
a |
(* (/ 1/2 a) (/ (* -2 (* c a)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(/ (* -2 (* c a)) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a c)) b) |
(* -2 (* c a)) |
(*.f64 #s(literal -2 binary64) (*.f64 a c)) |
-2 |
#s(literal -2 binary64) |
(* c a) |
(*.f64 a c) |
c |
b |
(/ 1 (/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0))) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
1 |
#s(literal 1 binary64) |
(/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* 4 (* a a)) |
(*.f64 a (*.f64 a #s(literal 4 binary64))) |
4 |
#s(literal 4 binary64) |
(* a a) |
(*.f64 a a) |
a |
(+ (/ (* -4 (* c (* a a))) b) 0) |
(/.f64 (*.f64 a (*.f64 #s(literal -4 binary64) (*.f64 a c))) b) |
(/ (* -4 (* c (* a a))) b) |
(/.f64 (*.f64 a (*.f64 #s(literal -4 binary64) (*.f64 a c))) b) |
(* -4 (* c (* a a))) |
(*.f64 a (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
-4 |
#s(literal -4 binary64) |
(* c (* a a)) |
(*.f64 a (*.f64 a c)) |
c |
b |
0 |
#s(literal 0 binary64) |
(/ (- (* a (* c -4)) (* b b)) (* (/ a 1/2) (+ b (sqrt (* a (* c -4)))))) |
(/.f64 (+.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 b b) (/.f64 a #s(literal -1/2 binary64)))) (+.f64 b (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(- (* a (* c -4)) (* b b)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b)) |
(* a (* c -4)) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
a |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
(* b b) |
(*.f64 b b) |
b |
(* (/ a 1/2) (+ b (sqrt (* a (* c -4))))) |
(/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1/2 binary64)) |
(/ a 1/2) |
(/.f64 a #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ b (sqrt (* a (* c -4)))) |
(+.f64 b (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(sqrt (* a (* c -4))) |
(sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.9% | (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
| ✓ | accuracy | 96.6% | (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) |
| ✓ | accuracy | 83.0% | (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
| ✓ | accuracy | 68.9% | (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
| ✓ | accuracy | 99.5% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
| ✓ | accuracy | 92.1% | (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) |
| ✓ | accuracy | 91.6% | (*.f64 c (*.f64 a a)) |
| ✓ | accuracy | 59.6% | (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 c a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -2 binary64) (*.f64 c a)) |
| ✓ | accuracy | 92.4% | (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
| ✓ | accuracy | 88.2% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 0 binary64) a) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
| ✓ | accuracy | 97.7% | (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
| ✓ | accuracy | 87.2% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | accuracy | 72.2% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| 80.0ms | 134× | 0 | valid |
| 44.0ms | 31× | 2 | valid |
| 26.0ms | 75× | 0 | invalid |
| 11.0ms | 15× | 1 | valid |
| 1.0ms | 1× | 3 | valid |
Compiled 279 to 38 computations (86.4% saved)
ival-div: 41.0ms (42.2% of total)ival-mult: 33.0ms (34% of total)ival-add: 7.0ms (7.2% of total)ival-sqrt: 7.0ms (7.2% of total)backward-pass: 5.0ms (5.1% of total)ival-sub: 3.0ms (3.1% of total)const: 1.0ms (1% of total)| Inputs |
|---|
#<alt (/ 1/2 (/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b)))> |
#<alt (/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b))> |
#<alt (- (sqrt (+ (* b b) (* a (* c -4)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -4))))> |
#<alt (/ 0 a)> |
#<alt (* (/ 1/2 a) (/ (* -2 (* c a)) b))> |
#<alt (/ 1/2 a)> |
#<alt (/ (* -2 (* c a)) b)> |
#<alt (* -2 (* c a))> |
#<alt (/ 1 (/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0)))> |
#<alt (/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0))> |
#<alt (+ (/ (* -4 (* c (* a a))) b) 0)> |
#<alt (* 4 (* a a))> |
#<alt (/ (- (* a (* c -4)) (* b b)) (* (/ a 1/2) (+ b (sqrt (* a (* c -4))))))> |
#<alt (- (* a (* c -4)) (* b b))> |
#<alt (* a (* c -4))> |
#<alt (* c -4)> |
#<alt (* c a)> |
#<alt (* c (* a a))> |
#<alt (/ (* -4 (* c (* a a))) b)> |
#<alt (sqrt (* a (* c -4)))> |
#<alt (* (/ a 1/2) (+ b (sqrt (* a (* c -4)))))> |
| Outputs |
|---|
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<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)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<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)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<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)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<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))))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<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))))))> |
#<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)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<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)))))> |
#<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)))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b)))))> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -4)))> |
#<alt (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2))))> |
#<alt (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))))> |
#<alt (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -1))) (* -1/4 (/ b c)))> |
#<alt (+ (* -1 (/ (- (+ (* -1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/16 (* (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 (* (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/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1))))> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -4)))> |
#<alt (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2))))> |
#<alt (+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* b (- (* -1 (/ (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))))> |
#<alt (* b (- (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* (pow a 3) (pow c 2)))) (pow b 6))) (+ (* -1 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 1/2 (/ (* (pow a 2) c) (pow b 4))) (* 1/2 (/ 1 c)))))))> |
#<alt (* -1/2 (/ a b))> |
#<alt (* -1 (/ (+ (* 1/2 a) (* 1/2 (/ (* (pow a 2) c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ (* 1/2 a) (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ (* -1 (/ (+ (* -2 (* (pow a 4) (pow c 3))) (* -1/2 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -1 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2))))) b))> |
#<alt (* -1/2 (/ b c))> |
#<alt (/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -1/2 b) (* c (- (* -1 (* c (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c)> |
#<alt (/ (+ (* -1/2 b) (* c (- (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) a)) (/ (pow a 3) (pow b 5)))))) (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c)> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -4)))> |
#<alt (/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -4))) (/ b (pow (sqrt -4) 2))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (pow (sqrt -4) 2)))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (pow (sqrt -4) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c)> |
#<alt (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))> |
#<alt (* -1 (/ (+ (* 1/4 b) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) a)) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<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)> |
#<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)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))))))> |
#<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)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<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)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -2 (* a c))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -1 (/ b c))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* 4 (pow a 2))> |
#<alt (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))> |
#<alt (/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a)> |
#<alt (/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a)> |
#<alt (/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a)> |
#<alt (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))> |
#<alt (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a))) a)> |
#<alt (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a)))) a)> |
#<alt (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (sqrt -4)))) (+ (* 1/2 (/ (* (pow b 2) (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (* (pow a 2) (* c (pow (sqrt -4) 2))))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a))))) a)> |
#<alt (* (sqrt (/ c a)) (sqrt -1))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* 1/2 (/ (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))) (* -1/4 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))))))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (/ (* (pow b 2) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))) c)) (* 1/4 (* (sqrt (/ a c)) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))))))) a)) (* -1/2 (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b))))) a))) a))> |
#<alt (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))> |
#<alt (+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))))> |
#<alt (+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))))> |
#<alt (+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))))> |
#<alt (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))> |
#<alt (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c)))> |
#<alt (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c))))> |
#<alt (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (sqrt -4)))) (+ (* 1/2 (/ (* (pow b 2) (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (* a (* (pow c 2) (pow (sqrt -4) 2))))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c)))))> |
#<alt (* (sqrt (/ c a)) (sqrt -1))> |
#<alt (+ (* -1/2 (/ (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (/ (+ (* 1/4 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))))) (* 1/2 (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))) c)) (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (* (sqrt (/ c a)) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))))) (* 1/8 (/ (* (pow b 2) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a)))) a))) c)) (* 1/2 (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))) c)) (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))> |
#<alt (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* 2 (/ b (* a (pow (sqrt -4) 2)))))> |
#<alt (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (+ (* 1/2 (* b (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2)))))))> |
#<alt (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (+ (* b (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))) (sqrt -4)))) (* 1/2 (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2)))))))> |
#<alt (* -1/2 (/ b a))> |
#<alt (* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))> |
#<alt (* b (- (+ (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ (- (* -4 c) (* c (pow (sqrt -4) 2))) (pow b 2)))) (* 1/2 (/ 1 a))))> |
#<alt (* b (- (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -4) (- (* -4 c) (* c (pow (sqrt -4) 2)))) (pow b 3)))) (+ (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ (- (* -4 c) (* c (pow (sqrt -4) 2))) (pow b 2))))) (* 1/2 (/ 1 a))))> |
#<alt (* -1/2 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1 (/ (+ (* -1/2 (/ (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2)))) b)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) b)) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -4) (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2))))) b))) (* 1/2 (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2)))))) b)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) b)) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (pow b 2))> |
#<alt (- (* -4 (* a c)) (pow b 2))> |
#<alt (- (* -4 (* a c)) (pow b 2))> |
#<alt (- (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* a (+ (* -4 c) (* -1 (/ (pow b 2) a))))> |
#<alt (* a (+ (* -4 c) (* -1 (/ (pow b 2) a))))> |
#<alt (* a (+ (* -4 c) (* -1 (/ (pow b 2) a))))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* a (+ (* 4 c) (/ (pow b 2) a))))> |
#<alt (* -1 (* a (+ (* 4 c) (/ (pow b 2) a))))> |
#<alt (* -1 (* a (+ (* 4 c) (/ (pow b 2) a))))> |
#<alt (* -1 (pow b 2))> |
#<alt (- (* -4 (* a c)) (pow b 2))> |
#<alt (- (* -4 (* a c)) (pow b 2))> |
#<alt (- (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* c (+ (* -4 a) (* -1 (/ (pow b 2) c))))> |
#<alt (* c (+ (* -4 a) (* -1 (/ (pow b 2) c))))> |
#<alt (* c (+ (* -4 a) (* -1 (/ (pow b 2) c))))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* c (+ (* 4 a) (/ (pow b 2) c))))> |
#<alt (* -1 (* c (+ (* 4 a) (/ (pow b 2) c))))> |
#<alt (* -1 (* c (+ (* 4 a) (/ (pow b 2) c))))> |
#<alt (* -4 (* a c))> |
#<alt (+ (* -4 (* a c)) (* -1 (pow b 2)))> |
#<alt (+ (* -4 (* a c)) (* -1 (pow b 2)))> |
#<alt (+ (* -4 (* a c)) (* -1 (pow b 2)))> |
#<alt (* -1 (pow b 2))> |
#<alt (* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1))> |
#<alt (* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1))> |
#<alt (* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1))> |
#<alt (* -1 (pow b 2))> |
#<alt (* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1))> |
#<alt (* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1))> |
#<alt (* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 (* a c))> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* -4 c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* (pow a 2) c)> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* -4 (/ (* (pow a 2) c) b))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))> |
#<alt (* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a))))> |
#<alt (* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a))))> |
#<alt (* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a))))> |
#<alt (* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1)))> |
#<alt (* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a))))> |
#<alt (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))> |
#<alt (+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))))> |
#<alt (+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))))> |
#<alt (+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))))> |
#<alt (* 2 (* a b))> |
#<alt (* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))> |
#<alt (* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))> |
#<alt (* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))> |
#<alt (* 2 (* a b))> |
#<alt (* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))))> |
#<alt (* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))))> |
#<alt (* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))> |
#<alt (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))> |
#<alt (* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c))))> |
#<alt (* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c))))> |
#<alt (* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c))))> |
#<alt (* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1))))))> |
159 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | c | @ | -inf | (* (/ a 1/2) (+ b (sqrt (* a (* c -4))))) |
| 4.0ms | a | @ | -inf | (/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
| 3.0ms | c | @ | 0 | (+ (/ (* -4 (* c (* a a))) b) 0) |
| 2.0ms | a | @ | 0 | (/ (* -4 (* c (* a a))) b) |
| 2.0ms | c | @ | inf | (/ (- (* a (* c -4)) (* b b)) (* (/ a 1/2) (+ b (sqrt (* a (* c -4)))))) |
| 1× | batch-egg-rewrite |
| 3430× | /-lowering-/.f32 |
| 3430× | /-lowering-/.f64 |
| 2972× | *-lowering-*.f32 |
| 2972× | *-lowering-*.f64 |
| 1748× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 192 |
| 1 | 229 | 185 |
| 2 | 2149 | 181 |
| 0 | 8443 | 181 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b))) |
(/ a (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(/ 0 a) |
(* (/ 1/2 a) (/ (* -2 (* c a)) b)) |
(/ 1/2 a) |
(/ (* -2 (* c a)) b) |
(* -2 (* c a)) |
(/ 1 (/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0))) |
(/ (* 4 (* a a)) (+ (/ (* -4 (* c (* a a))) b) 0)) |
(+ (/ (* -4 (* c (* a a))) b) 0) |
(* 4 (* a a)) |
(/ (- (* a (* c -4)) (* b b)) (* (/ a 1/2) (+ b (sqrt (* a (* c -4)))))) |
(- (* a (* c -4)) (* b b)) |
(* a (* c -4)) |
(* c -4) |
(* c a) |
(* c (* a a)) |
(/ (* -4 (* c (* a a))) b) |
(sqrt (* a (* c -4))) |
(* (/ a 1/2) (+ b (sqrt (* a (* c -4))))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) #s(literal -1 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a))) |
(/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 a (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(hypot.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
#s(literal 0 binary64) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) a)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 a (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) a))) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a) b) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal 2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -2 binary64)))) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal 2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 c #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a c) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) #s(literal 1 binary64)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) #s(literal -1/2 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c))) (neg.f64 (*.f64 a b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b)) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal 2 binary64)))) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -2 binary64))))) (neg.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 c #s(literal -2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) #s(literal 1 binary64))) (neg.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal 2 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a c) #s(literal 2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)))) (neg.f64 (neg.f64 (*.f64 a b)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))) (neg.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) #s(literal 1 binary64))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (*.f64 a b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) a) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -2 binary64)) (/.f64 (*.f64 a c) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/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 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) #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 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal -2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(*.f64 (*.f64 a c) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b)) |
(*.f64 (*.f64 (*.f64 a c) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 c #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 a c) b) #s(literal -2 binary64)) |
(*.f64 a (*.f64 c #s(literal -2 binary64))) |
(*.f64 c (*.f64 a #s(literal -2 binary64))) |
(*.f64 #s(literal -2 binary64) (*.f64 a c)) |
(*.f64 (*.f64 a c) #s(literal -2 binary64)) |
(*.f64 (*.f64 c #s(literal -2 binary64)) a) |
(*.f64 (*.f64 #s(literal -2 binary64) a) c) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64)) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a #s(literal 4 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 a (*.f64 a #s(literal 4 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal -4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal -4 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a (*.f64 a #s(literal 4 binary64)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 #s(literal -4 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a (*.f64 a #s(literal 4 binary64)))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 a #s(literal 4 binary64)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 a #s(literal 4 binary64)))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal 4 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) a) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) a) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 4 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 0 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 a a)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) b)) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 a (*.f64 a #s(literal 4 binary64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (neg.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal -4 binary64) (*.f64 a a))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) b))) |
(/.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(/.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 a a) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 a a)) #s(literal 4 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 1 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (/.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal -4 binary64)) (*.f64 a a)) |
(/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 a #s(literal 4 binary64))) a) |
(/.f64 #s(literal -1/4 binary64) (neg.f64 (/.f64 (*.f64 a a) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 a a))) #s(literal -4 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal 1 binary64))) (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal -4 binary64))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 a #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -4 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a (*.f64 a #s(literal 4 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) |
(*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 a #s(literal 4 binary64))))) |
(*.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 1/4 binary64) (*.f64 a a))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 1/4 binary64)) |
(*.f64 (/.f64 #s(literal -4 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal 4 binary64))) |
(*.f64 (/.f64 #s(literal -4 binary64) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) a)) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 4 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 a c)) b)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (*.f64 #s(literal 4 binary64) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal -4 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 4 binary64))) (pow.f64 (/.f64 a (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 4 binary64))) (pow.f64 (*.f64 a (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 4 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) #s(literal -4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 4 binary64)) #s(literal -4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 4 binary64)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) #s(literal -1 binary64)) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(neg.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)))))) |
(/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a))) (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 a c)) b)) |
(/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) #s(literal 1 binary64))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) #s(literal -4 binary64))) (neg.f64 (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a a) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 #s(literal 4 binary64) (/.f64 (/.f64 (*.f64 a a) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 1 binary64))) |
(*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 4 binary64) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(*.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a a)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (*.f64 a (*.f64 a #s(literal 4 binary64)))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (pow.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -1 binary64))) |
(*.f64 (*.f64 a #s(literal 4 binary64)) (*.f64 a (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(*.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 a (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 (/.f64 (*.f64 a a) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (*.f64 a a) #s(literal -4 binary64)) (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 (/.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (*.f64 a #s(literal 4 binary64)) #s(literal -4 binary64)) (/.f64 a (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 (/.f64 (*.f64 a #s(literal 4 binary64)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (/.f64 a (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 a #s(literal 4 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) b) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 a (*.f64 a #s(literal 4 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 4 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -1 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -4 binary64) (*.f64 a a)) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -4 binary64) (*.f64 a #s(literal 4 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a c)) b) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a a)) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a a) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) #s(literal -4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 a a)) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64)) |
(-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal 0 binary64)) |
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 a a) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 a a) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 a (*.f64 a c)) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 a c)) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 a (*.f64 a c)) (/.f64 #s(literal -4 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 a c)) (/.f64 #s(literal -4 binary64) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -4 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -4 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(neg.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))))) |
(/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 b #s(literal 0 binary64))) (*.f64 b (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal 0 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 0 binary64))) (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 b #s(literal 0 binary64))) (*.f64 b (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) (neg.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(pow.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) |
(*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 a a) b)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 (*.f64 a (*.f64 a c)) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 a (*.f64 a c)) (/.f64 #s(literal -4 binary64) b)) |
(*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 a (*.f64 a #s(literal 4 binary64))) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(*.f64 (*.f64 a a) #s(literal 4 binary64)) |
(*.f64 (*.f64 a #s(literal 4 binary64)) a) |
(+.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (fma.f64 (neg.f64 (/.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 b (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(+.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64)))) (/.f64 b (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(+.f64 (fma.f64 a (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 a (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 a (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (*.f64 a c) (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (*.f64 a c) (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (*.f64 a c) (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a c) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -4 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a c) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -4 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a c) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -4 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a c) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal -4 binary64) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a c) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal -4 binary64) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a c) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal -4 binary64) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) b (*.f64 (/.f64 b (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) b))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 b b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 b b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64) (neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b b) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(-.f64 (/.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) (/.f64 (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(fma.f64 a (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (*.f64 a c) (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 a c) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -4 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 a c) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal -4 binary64) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b))) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (neg.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64)))) (neg.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 1 binary64))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b b))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b)))) (neg.f64 (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) (neg.f64 (neg.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (/.f64 (*.f64 b b) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1 binary64))) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (neg.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(pow.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(+.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) |
(+.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) (/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 b (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) b (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) |
(fma.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) |
(fma.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) |
(fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) |
(fma.f64 (/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) (neg.f64 (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(exp.f64 (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))) #s(literal 1/2 binary64))) |
(fabs.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal 1/2 binary64)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 c (*.f64 #s(literal -4 binary64) a)) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
(*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 1 binary64))) |
(*.f64 (*.f64 c #s(literal -4 binary64)) a) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 a (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (pow.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (*.f64 a #s(literal -4 binary64)) c) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 c #s(literal 1 binary64)) (pow.f64 (*.f64 a #s(literal -4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 c #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -4 binary64) a) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 a #s(literal -4 binary64)) #s(literal 1 binary64)) (pow.f64 c #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1 binary64)) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (sqrt.f64 a) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal 1 binary64)) (pow.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 16 binary64) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a c)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal 4 binary64)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 c #s(literal -4 binary64)))) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) |
(sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64)))) |
(pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(*.f64 c #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) c) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 a c) |
(*.f64 c a) |
(*.f64 a (*.f64 a c)) |
(*.f64 c (*.f64 a a)) |
(*.f64 (*.f64 a c) a) |
(*.f64 (*.f64 a a) c) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64)) |
(-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal 0 binary64)) |
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 a a) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 a a) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 a (*.f64 a c)) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 a c)) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 a (*.f64 a c)) (/.f64 #s(literal -4 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 a c)) (/.f64 #s(literal -4 binary64) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) b) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -4 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -4 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(neg.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))))) |
(/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 b #s(literal 0 binary64))) (*.f64 b (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) #s(literal 0 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) #s(literal 0 binary64))) (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 b #s(literal 0 binary64))) (*.f64 b (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) (neg.f64 (neg.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(pow.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b)) |
(*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 a a) b)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a c)) b))) |
(*.f64 (*.f64 a (*.f64 a c)) (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 a (*.f64 a c)) (/.f64 #s(literal -4 binary64) b)) |
(*.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 #s(literal -64 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64)) (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 16 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) (/.f64 (*.f64 a (*.f64 a c)) b))) (/.f64 (/.f64 b (*.f64 a (*.f64 a c))) #s(literal -4 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a c)) b) #s(literal -4 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a c)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(fabs.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 a) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (pow.f64 (*.f64 a c) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 c) (pow.f64 (*.f64 a #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 c) (pow.f64 (*.f64 #s(literal -4 binary64) a) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 #s(literal -4 binary64) a))) |
(*.f64 (pow.f64 (*.f64 a #s(literal -4 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 c)) |
(*.f64 (pow.f64 (sqrt.f64 a) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a)))) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (sqrt.f64 a)) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))))) (sqrt.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal 1/2 binary64) a))) |
(-.f64 (/.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64)) (/.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(fma.f64 a (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 a (*.f64 #s(literal 2 binary64) b) (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 b (/.f64 a #s(literal 1/2 binary64)) (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 a #s(literal 1/2 binary64)) b (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (sqrt.f64 a) (*.f64 (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 a b) #s(literal 2 binary64) (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) #s(literal 2 binary64) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (sqrt.f64 a)) (pow.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 1/2 binary64)) |
(/.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 #s(literal -1/2 binary64) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) a) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (*.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1/2 binary64)) |
(/.f64 (neg.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a)))) (/.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64)) (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (+.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a b) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 a b))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 b #s(literal 1 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 a b))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 b #s(literal 1 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) a) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 a b))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 b #s(literal 1 binary64)))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 a b))) #s(literal -1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) #s(literal 1/4 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 b #s(literal 1 binary64)))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) a)) (neg.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) a)) (neg.f64 (*.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (*.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))))) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a)))) (/.f64 (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64))))) (neg.f64 (+.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64)) (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 b (/.f64 #s(literal 1/2 binary64) a))) (pow.f64 (/.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 2 binary64)))) (neg.f64 (/.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (neg.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) a))) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) #s(literal 3/2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (neg.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (neg.f64 (-.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(*.f64 a (/.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(*.f64 (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(*.f64 (*.f64 a (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #s(literal 2 binary64)) |
| 1× | egg-herbie |
| 6720× | *-lowering-*.f32 |
| 6720× | *-lowering-*.f64 |
| 4032× | +-lowering-+.f64 |
| 4032× | +-lowering-+.f32 |
| 1436× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1062 | 8365 |
| 1 | 3812 | 8094 |
| 0 | 8315 | 8094 |
| 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 (/ b c)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) |
(- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ a c)) (sqrt -1))) (* -1/4 (/ b c))) |
(+ (* -1 (/ (- (+ (* -1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/16 (* (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 (* (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/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(* -1/2 (/ b c)) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* b (- (* -1 (/ (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(* b (- (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* (pow a 3) (pow c 2)))) (pow b 6))) (+ (* -1 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 1/2 (/ (* (pow a 2) c) (pow b 4))) (* 1/2 (/ 1 c))))))) |
(* -1/2 (/ a b)) |
(* -1 (/ (+ (* 1/2 a) (* 1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(* -1 (/ (- (+ (* 1/2 a) (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -2 (* (pow a 4) (pow c 3))) (* -1/2 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -1 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2))))) b)) |
(* -1/2 (/ b c)) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -1/2 b) (* c (- (* -1 (* c (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/ (+ (* -1/2 b) (* c (- (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) a)) (/ (pow a 3) (pow b 5)))))) (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -4))) (/ b (pow (sqrt -4) 2))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (pow (sqrt -4) 2)))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (pow (sqrt -4) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(* -1 (/ (+ (* 1/4 b) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) a)) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(* (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)))))))) |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(/ 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)) |
(* -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)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -2 (* a c)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -1 (/ b c)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* 4 (pow a 2)) |
(* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))) |
(/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a) |
(/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a) |
(/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a) |
(* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) |
(/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a))) a) |
(/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a)))) a) |
(/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (sqrt -4)))) (+ (* 1/2 (/ (* (pow b 2) (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (* (pow a 2) (* c (pow (sqrt -4) 2))))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a))))) a) |
(* (sqrt (/ c a)) (sqrt -1)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* 1/2 (/ (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))) (* -1/4 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))))))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (/ (* (pow b 2) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))) c)) (* 1/4 (* (sqrt (/ a c)) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))))))) a)) (* -1/2 (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b))))) a))) a)) |
(* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))) |
(+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))) |
(+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))) |
(+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))) |
(* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c)))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (sqrt -4)))) (+ (* 1/2 (/ (* (pow b 2) (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (* a (* (pow c 2) (pow (sqrt -4) 2))))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c))))) |
(* (sqrt (/ c a)) (sqrt -1)) |
(+ (* -1/2 (/ (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (/ (+ (* 1/4 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))))) (* 1/2 (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))) c)) (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (* (sqrt (/ c a)) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))))) (* 1/8 (/ (* (pow b 2) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a)))) a))) c)) (* 1/2 (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))) c)) (* (sqrt (/ c a)) (sqrt -1))) |
(* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (+ (* 1/2 (* b (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (+ (* b (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))) (sqrt -4)))) (* 1/2 (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))) |
(* -1/2 (/ b a)) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(* b (- (+ (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ (- (* -4 c) (* c (pow (sqrt -4) 2))) (pow b 2)))) (* 1/2 (/ 1 a)))) |
(* b (- (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -4) (- (* -4 c) (* c (pow (sqrt -4) 2)))) (pow b 3)))) (+ (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ (- (* -4 c) (* c (pow (sqrt -4) 2))) (pow b 2))))) (* 1/2 (/ 1 a)))) |
(* -1/2 (/ b a)) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(* -1 (* b (+ (* -1 (/ (+ (* -1/2 (/ (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2)))) b)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) b)) (* 1/2 (/ 1 a))))) |
(* -1 (* b (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -4) (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2))))) b))) (* 1/2 (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2)))))) b)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) b)) (* 1/2 (/ 1 a))))) |
(* -1 (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) (* -1 (/ (pow b 2) a)))) |
(* a (+ (* -4 c) (* -1 (/ (pow b 2) a)))) |
(* a (+ (* -4 c) (* -1 (/ (pow b 2) a)))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* 4 c) (/ (pow b 2) a)))) |
(* -1 (* a (+ (* 4 c) (/ (pow b 2) a)))) |
(* -1 (* a (+ (* 4 c) (/ (pow b 2) a)))) |
(* -1 (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) (* -1 (/ (pow b 2) c)))) |
(* c (+ (* -4 a) (* -1 (/ (pow b 2) c)))) |
(* c (+ (* -4 a) (* -1 (/ (pow b 2) c)))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* 4 a) (/ (pow b 2) c)))) |
(* -1 (* c (+ (* 4 a) (/ (pow b 2) c)))) |
(* -1 (* c (+ (* 4 a) (/ (pow b 2) c)))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (* -1 (pow b 2))) |
(+ (* -4 (* a c)) (* -1 (pow b 2))) |
(+ (* -4 (* a c)) (* -1 (pow b 2))) |
(* -1 (pow b 2)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(* -1 (pow b 2)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 (* a c)) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* -4 c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* (pow a 2) c) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* (sqrt (* a c)) (sqrt -4)) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a)))) |
(* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a)))) |
(* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a)))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a)))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a)))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a)))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(* 2 (* a b)) |
(* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))) |
(* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))) |
(* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))) |
(* 2 (* a b)) |
(* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))) |
(* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))) |
(* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c)))) |
(* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c)))) |
(* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c)))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
| Outputs |
|---|
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 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 (*.f64 a (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.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) (*.f64 b (*.f64 b b))))) (/.f64 c b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 b #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))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (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/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)))))) |
(+.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (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 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (*.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))) |
(-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/128 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) a)) a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 b #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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.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)))) |
(+ (* 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 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)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (+.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) c) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) 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))) (-.f64 #s(literal 0 binary64) 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 (-.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))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (/.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 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (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 (+.f64 (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 b a)))) (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c 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 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 b #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/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 #s(literal 0 binary64) 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 #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)))))) 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 (-.f64 #s(literal 0 binary64) 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 (+.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (*.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))))))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) c)) c))) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) c) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)))))) |
(+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 c c)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (*.f64 b b))))) (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (*.f64 c #s(literal -4 binary64)))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a a))) (/.f64 b (*.f64 c #s(literal -4 binary64)))) |
(- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) |
(-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c c)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (+.f64 (/.f64 b (*.f64 c #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64)))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64)))))) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(+ (* -1/2 (* (sqrt (/ a c)) (sqrt -1))) (* -1/4 (/ b c))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 #s(literal -1/4 binary64) b) c)) |
(+ (* -1 (/ (- (+ (* -1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 b a) c))) a)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/16 (* (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 (* (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/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.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/16 binary64)))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.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/4 binary64) (/.f64 (*.f64 b a) c))) a)) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (*.f64 c #s(literal -4 binary64)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -4 binary64))) (*.f64 b (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))))) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) c) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* b (- (* -1 (/ (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(*.f64 b (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -1/2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 b b))))) |
(* b (- (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* (pow a 3) (pow c 2)))) (pow b 6))) (+ (* -1 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 1/2 (/ (* (pow a 2) c) (pow b 4))) (* 1/2 (/ 1 c))))))) |
(*.f64 b (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 20 binary64) a))) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -1/2 binary64)))) (neg.f64 (pow.f64 b #s(literal 6 binary64)))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 b b)) (+.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) a) b) |
(* -1 (/ (+ (* 1/2 a) (* 1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 a (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ (* 1/2 a) (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(/.f64 (+.f64 (+.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -2 (* (pow a 4) (pow c 3))) (* -1/2 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -1 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (-.f64 (*.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) #s(literal -5/2 binary64)) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) b)) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c) |
(/ (+ (* -1/2 b) (* c (- (* -1 (* c (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c (+.f64 (*.f64 c (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)))) c) |
(/ (+ (* -1/2 b) (* c (- (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) a)) (/ (pow a 3) (pow b 5)))))) (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) a) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)))) c) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -4))) (/ b (pow (sqrt -4) 2))) c) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (pow (sqrt -4) 2)))) c) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) c) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 b #s(literal -4 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (pow (sqrt -4) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 c (*.f64 c c)))) (-.f64 (+.f64 (/.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))) c) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(* -1 (/ (+ (* 1/4 b) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(/.f64 (+.f64 (*.f64 b #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/16 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 c b))) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) a)) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 c (*.f64 b (*.f64 b b)))) a) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/16 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)))))) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal -1/4 binary64) (*.f64 c b))) c)) (-.f64 #s(literal 0 binary64) 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))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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 c a))) (sqrt.f64 #s(literal -4 binary64)))))) #s(literal -1 binary64)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.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))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (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 (+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #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 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) 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 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.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))))))) |
(* 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 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) 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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (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 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.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)))) b) 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 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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))))))) |
(* 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 (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) 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 (-.f64 (*.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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.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 (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (*.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)))) b) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (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 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.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))))) |
(+ (* (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))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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 c a))) (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))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.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 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 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 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 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 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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)))))) (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 (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 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 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 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 (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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 (-.f64 #s(literal 0 binary64) c) (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 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) |
0 |
#s(literal 0 binary64) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c 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 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 c a)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -1 (/ b c)) |
(-.f64 #s(literal 0 binary64) (/.f64 b c)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* 4 (pow a 2)) |
(*.f64 #s(literal 4 binary64) (*.f64 a a)) |
(* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 a (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) |
(/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) a) |
(/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) a) |
(/ (+ (* -2 (/ (* a c) (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (+ b (* (sqrt (* a c)) (sqrt -4)))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) a) |
(* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b a)) #s(literal 4 binary64)))) a)) a) |
(/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a)))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b a)) #s(literal 4 binary64)))) a) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b a)) #s(literal 4 binary64)))) (sqrt.f64 #s(literal -4 binary64)))))) a) |
(/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (sqrt -4)))) (+ (* 1/2 (/ (* (pow b 2) (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2))))) (* (pow a 2) (* c (pow (sqrt -4) 2))))) (* 1/2 (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* a b) (pow (sqrt -4) 2)))) a))))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b a)) #s(literal 4 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b a)) #s(literal 4 binary64)))) (*.f64 (*.f64 a a) (*.f64 c #s(literal -4 binary64)))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b a)) #s(literal 4 binary64))) a))))) a) |
(* (sqrt (/ c a)) (sqrt -1)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* 1/2 (/ (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a))) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))) (* -1/4 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))))))) a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a))) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a))))) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (/ (* (pow b 2) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))) c)) (* 1/4 (* (sqrt (/ a c)) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b)))))))) a)) (* -1/2 (- (* -1/2 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* -1 (* a b))))) a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a)))) c) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a))))) a)) a)) (neg.f64 a)) |
(* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 a (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) |
(+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 a (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) (/.f64 (*.f64 #s(literal -2 binary64) c) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) |
(+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 a (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) (/.f64 (*.f64 #s(literal -2 binary64) c) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) |
(+ (* -2 (/ c (+ b (* (sqrt (* a c)) (sqrt -4))))) (* -1/2 (/ (pow b 2) (* a (+ b (* (sqrt (* a c)) (sqrt -4))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 a (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) (/.f64 (*.f64 #s(literal -2 binary64) c) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))))) |
(* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 c b) a))) c)) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (sqrt -4)))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c)))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 c b) a))) c) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 c b) a))) (sqrt.f64 #s(literal -4 binary64)))))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (sqrt -4)))) (+ (* 1/2 (/ (* (pow b 2) (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2)))))) (* a (* (pow c 2) (pow (sqrt -4) 2))))) (* 1/2 (/ (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -4)))) (* -4 (/ (* b c) (* a (pow (sqrt -4) 2))))) c))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 c b) a))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 c b) a))) (*.f64 a (*.f64 (*.f64 c c) #s(literal -4 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 c b) a)) c))))) |
(* (sqrt (/ c a)) (sqrt -1)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* -1/2 (/ (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 c b) a))) c)) |
(+ (* -1 (/ (+ (* 1/4 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))))) (* 1/2 (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))) c)) (* (sqrt (/ c a)) (sqrt -1))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 c b) a)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 c b) a)))) c)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (* (sqrt (/ c a)) (* b (* (sqrt -1) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))))) (* 1/8 (/ (* (pow b 2) (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a)))) a))) c)) (* 1/2 (- (* -1/2 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* -1 (/ (* b c) a))))) c)) (* (sqrt (/ c a)) (sqrt -1))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 c b) a))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 c b) a)))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 c b) a)))) a)) c)) c)) |
(* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (+ (* 1/2 (* b (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 b #s(literal 1/2 binary64)) (+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (/.f64 #s(literal 2 binary64) (*.f64 a #s(literal -4 binary64)))))) |
(+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (+ (* b (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))) (sqrt -4)))) (* 1/2 (- (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a #s(literal -4 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b (+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (neg.f64 (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))))))) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* b (- (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a)))) |
(*.f64 b (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) (/.f64 #s(literal 1 binary64) a)))) |
(* b (- (+ (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ (- (* -4 c) (* c (pow (sqrt -4) 2))) (pow b 2)))) (* 1/2 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) (/.f64 (+.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal 4 binary64))) (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) a))) |
(* b (- (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -4) (- (* -4 c) (* c (pow (sqrt -4) 2)))) (pow b 3)))) (+ (* 1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ (- (* -4 c) (* c (pow (sqrt -4) 2))) (pow b 2))))) (* 1/2 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (/.f64 (+.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal 4 binary64))) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)) (/.f64 (+.f64 (*.f64 c #s(literal -4 binary64)) (*.f64 c #s(literal 4 binary64))) (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) a)))) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1 (* b (+ (* -1/2 (* (sqrt (/ c a)) (/ (sqrt -4) b))) (* 1/2 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -4 binary64)) b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ (+ (* -1/2 (/ (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2)))) b)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) b)) (* 1/2 (/ 1 a))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 c #s(literal 4 binary64)) (*.f64 c #s(literal -4 binary64)))) b)) b)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -4) (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2))))) b))) (* 1/2 (- (* 4 c) (* -1 (* c (pow (sqrt -4) 2)))))) b)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) b)) (* 1/2 (/ 1 a))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 c a))) (/.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (+.f64 (*.f64 c #s(literal 4 binary64)) (*.f64 c #s(literal -4 binary64)))) b)) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 c #s(literal 4 binary64)) (*.f64 c #s(literal -4 binary64))))) b)) b)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (pow b 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 b b)) |
(- (* -4 (* a c)) (pow b 2)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(- (* -4 (* a c)) (pow b 2)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(- (* -4 (* a c)) (pow b 2)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* a (+ (* -4 c) (* -1 (/ (pow b 2) a)))) |
(*.f64 a (-.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (* -1 (/ (pow b 2) a)))) |
(*.f64 a (-.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (* -1 (/ (pow b 2) a)))) |
(*.f64 a (-.f64 (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -1 (* a (+ (* 4 c) (/ (pow b 2) a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* 4 c) (/ (pow b 2) a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* 4 c) (/ (pow b 2) a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (pow b 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 b b)) |
(- (* -4 (* a c)) (pow b 2)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(- (* -4 (* a c)) (pow b 2)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(- (* -4 (* a c)) (pow b 2)) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* c (+ (* -4 a) (* -1 (/ (pow b 2) c)))) |
(*.f64 c (-.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (* -1 (/ (pow b 2) c)))) |
(*.f64 c (-.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (* -1 (/ (pow b 2) c)))) |
(*.f64 c (-.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -1 (* c (+ (* 4 a) (/ (pow b 2) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal 4 binary64))))) |
(* -1 (* c (+ (* 4 a) (/ (pow b 2) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal 4 binary64))))) |
(* -1 (* c (+ (* 4 a) (/ (pow b 2) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal 4 binary64))))) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(+ (* -4 (* a c)) (* -1 (pow b 2))) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(+ (* -4 (* a c)) (* -1 (pow b 2))) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(+ (* -4 (* a c)) (* -1 (pow b 2))) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(* -1 (pow b 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 b b)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -1 binary64))) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -1 binary64))) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -1 binary64))) |
(* -1 (pow b 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 b b)) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -1 binary64))) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -1 binary64))) |
(* (pow b 2) (- (* -4 (/ (* a c) (pow b 2))) 1)) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -1 binary64))) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 (* a c)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* -4 c) |
(*.f64 c #s(literal -4 binary64)) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* (pow a 2) c) |
(*.f64 c (*.f64 a a)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* -4 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) |
(* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) |
(* (pow a 2) (+ (* 2 (* (sqrt (/ c a)) (sqrt -4))) (* 2 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) b) a) (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) b) a) (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* (pow a 2) (+ (* -4 (* (sqrt (/ c a)) (sqrt -1))) (* 2 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) b) a) (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 b a) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 b a) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(+ (* 2 (* a b)) (* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (+.f64 (*.f64 b a) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(* 2 (* a b)) |
(*.f64 #s(literal 2 binary64) (*.f64 b a)) |
(* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))) |
(*.f64 b (*.f64 #s(literal 2 binary64) (+.f64 a (*.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))))) |
(* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))) |
(*.f64 b (*.f64 #s(literal 2 binary64) (+.f64 a (*.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))))) |
(* b (+ (* 2 a) (* 2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b))))) |
(*.f64 b (*.f64 #s(literal 2 binary64) (+.f64 a (*.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))))) |
(* 2 (* a b)) |
(*.f64 #s(literal 2 binary64) (*.f64 b a)) |
(* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))) |
(*.f64 (*.f64 #s(literal -2 binary64) (+.f64 a (*.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))) |
(*.f64 (*.f64 #s(literal -2 binary64) (+.f64 a (*.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -2 a) (* -2 (* (sqrt (* (pow a 3) c)) (/ (sqrt -4) b)))))) |
(*.f64 (*.f64 #s(literal -2 binary64) (+.f64 a (*.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) (-.f64 #s(literal 0 binary64) b)) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* a (+ b (* (sqrt (* a c)) (sqrt -4))))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 2 (* (sqrt (* (pow a 3) c)) (sqrt -4))) |
(*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c)))) |
(*.f64 c (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c)))) |
(* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c)))) |
(*.f64 c (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c)))) |
(* c (+ (* 2 (* (sqrt (/ (pow a 3) c)) (sqrt -4))) (* 2 (/ (* a b) c)))) |
(*.f64 c (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c)))) |
(* -4 (* (sqrt (* (pow a 3) c)) (sqrt -1))) |
(*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) c) (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))))) |
(* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) c) (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))))) |
(* -1 (* c (+ (* -2 (/ (* a b) c)) (* 4 (* (sqrt (/ (pow a 3) c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b a)) c) (*.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))))) |
Compiled 50246 to 4823 computations (90.4% saved)
44 alts after pruning (41 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1856 | 16 | 1872 |
| Fresh | 10 | 25 | 35 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1870 | 44 | 1914 |
| Status | Accuracy | Program |
|---|---|---|
| 19.0% | (fma.f64 (/.f64 (sqrt.f64 c) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) | |
| 19.1% | (/.f64 (fma.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) | |
| 29.0% | (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) | |
| ▶ | 29.7% | (/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
| 33.0% | (/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) | |
| 20.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 a)) b) (*.f64 a #s(literal 2 binary64))) | |
| 19.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) (*.f64 a #s(literal 2 binary64))) | |
| ✓ | 48.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
| 10.8% | (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) | |
| 10.7% | (/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) | |
| 13.5% | (/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) | |
| 28.6% | (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) | |
| 26.4% | (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) | |
| 12.5% | (/.f64 c b) | |
| 34.6% | (/.f64 b (neg.f64 a)) | |
| 10.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) | |
| 30.3% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) | |
| 28.6% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) | |
| 35.0% | (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) | |
| 33.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) | |
| ✓ | 48.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
| 31.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) | |
| 35.4% | (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) | |
| 34.7% | (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) | |
| ▶ | 48.3% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) |
| ▶ | 34.6% | (/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
| 34.5% | (/.f64 #s(literal -1 binary64) (/.f64 a b)) | |
| 34.6% | (-.f64 (/.f64 c b) (/.f64 b a)) | |
| 30.4% | (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) | |
| 23.2% | (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) | |
| 35.4% | (-.f64 #s(literal 0 binary64) (/.f64 c b)) | |
| ▶ | 34.5% | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
| 17.4% | (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) | |
| 18.4% | (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) | |
| 12.4% | (*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) | |
| 31.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) | |
| 28.9% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) | |
| 29.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b))) | |
| 34.4% | (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) | |
| 26.6% | (*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) | |
| 34.5% | (*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) | |
| ▶ | 12.5% | #s(literal 0 binary64) |
Compiled 1337 to 909 computations (32% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) |
| ✓ | cost-diff | 6592 | (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) |
| ✓ | cost-diff | 6720 | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
| ✓ | cost-diff | 6720 | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
| ✓ | cost-diff | 128 | (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
| ✓ | cost-diff | 0 | (*.f64 a c) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1 binary64) (*.f64 a c)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) |
| ✓ | cost-diff | 256 | (/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) |
| 2354× | *-lowering-*.f32 |
| 2354× | *-lowering-*.f64 |
| 2010× | fma-lowering-fma.f32 |
| 2010× | fma-lowering-fma.f64 |
| 1950× | fma-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 198 |
| 1 | 84 | 185 |
| 2 | 220 | 185 |
| 3 | 734 | 177 |
| 4 | 1946 | 177 |
| 5 | 3425 | 177 |
| 6 | 5522 | 177 |
| 0 | 8215 | 177 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a)) |
1/2 |
(* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a) |
(/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
1 |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(+ (* b b) (* a (* c -4))) |
(* b b) |
b |
(* a (* c -4)) |
a |
(* c -4) |
c |
-4 |
0 |
(/ (/ (* -1 (* a c)) b) a) |
(/ (* -1 (* a c)) b) |
(* -1 (* a c)) |
-1 |
(* a c) |
a |
c |
b |
(/ 1/2 (* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c)))) |
1/2 |
(* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c))) |
b |
(+ (/ (* a 1/2) (* b b)) (/ -1/2 c)) |
(/ (* a 1/2) (* b b)) |
(* a 1/2) |
a |
(* b b) |
(/ -1/2 c) |
-1/2 |
c |
(- 0 (* (/ 1 a) (pow (/ 1 b) -1))) |
0 |
(* (/ 1 a) (pow (/ 1 b) -1)) |
(/ 1 a) |
1 |
a |
(pow (/ 1 b) -1) |
(/ 1 b) |
b |
-1 |
| Outputs |
|---|
(/ 1/2 (* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (/.f64 #s(literal -1/2 binary64) a)) |
1/2 |
#s(literal 1/2 binary64) |
(* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a) |
(/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
1 |
#s(literal 1 binary64) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) |
(sqrt (+ (* b b) (* a (* c -4)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(+ (* b b) (* a (* c -4))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -4)) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
a |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
0 |
#s(literal 0 binary64) |
(/ (/ (* -1 (* a c)) b) a) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (* -1 (* a c)) b) |
(*.f64 c (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(* -1 (* a c)) |
(-.f64 #s(literal 0 binary64) (*.f64 a c)) |
-1 |
#s(literal -1 binary64) |
(* a c) |
(*.f64 a c) |
a |
c |
b |
(/ 1/2 (* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c)))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
1/2 |
#s(literal 1/2 binary64) |
(* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) |
b |
(+ (/ (* a 1/2) (* b b)) (/ -1/2 c)) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a b)) b) (/.f64 #s(literal -1/2 binary64) c)) |
(/ (* a 1/2) (* b b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a b)) b) |
(* a 1/2) |
(*.f64 #s(literal 1/2 binary64) a) |
a |
(* b b) |
(*.f64 b b) |
(/ -1/2 c) |
(/.f64 #s(literal -1/2 binary64) c) |
-1/2 |
#s(literal -1/2 binary64) |
c |
(- 0 (* (/ 1 a) (pow (/ 1 b) -1))) |
(/.f64 b (-.f64 #s(literal 0 binary64) a)) |
0 |
#s(literal 0 binary64) |
(* (/ 1 a) (pow (/ 1 b) -1)) |
(/.f64 b a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
(pow (/ 1 b) -1) |
b |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
b |
-1 |
#s(literal -1 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) a) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
| ✓ | accuracy | 99.7% | (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
| ✓ | accuracy | 99.0% | (/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
| ✓ | accuracy | 94.7% | (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
| ✓ | accuracy | 83.0% | (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) |
| ✓ | accuracy | 100.0% | (*.f64 a c) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -1 binary64) (*.f64 a c)) |
| ✓ | accuracy | 91.2% | (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) |
| ✓ | accuracy | 85.5% | (/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) |
| ✓ | accuracy | 96.3% | (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a) |
| ✓ | accuracy | 77.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) |
| ✓ | accuracy | 56.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
| 68.0ms | 56× | 2 | valid |
| 60.0ms | 171× | 0 | valid |
| 19.0ms | 25× | 1 | valid |
| 5.0ms | 4× | 3 | valid |
Compiled 225 to 34 computations (84.9% saved)
ival-mult: 23.0ms (28.8% of total)ival-div: 20.0ms (25.1% of total)ival-pow: 14.0ms (17.5% of total)backward-pass: 8.0ms (10% of total)ival-sub: 5.0ms (6.3% of total)ival-add: 4.0ms (5% of total)ival-sqrt: 4.0ms (5% of total)const: 1.0ms (1.3% of total)| Inputs |
|---|
#<alt (/ 1/2 (* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a))> |
#<alt (* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a)> |
#<alt (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b))> |
#<alt (- (sqrt (+ (* b b) (* a (* c -4)))) b)> |
#<alt (/ (/ (* -1 (* a c)) b) a)> |
#<alt (/ (* -1 (* a c)) b)> |
#<alt (* -1 (* a c))> |
#<alt (* a c)> |
#<alt (/ 1/2 (* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c))))> |
#<alt (* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c)))> |
#<alt (+ (/ (* a 1/2) (* b b)) (/ -1/2 c))> |
#<alt (/ (* a 1/2) (* b b))> |
#<alt (- 0 (* (/ 1 a) (pow (/ 1 b) -1)))> |
#<alt (* (/ 1 a) (pow (/ 1 b) -1))> |
#<alt (pow (/ 1 b) -1)> |
#<alt (/ 1 a)> |
#<alt (sqrt (+ (* b b) (* a (* c -4))))> |
| Outputs |
|---|
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<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)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<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)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<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))))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<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)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<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)))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<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)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<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))))))> |
#<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)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<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)))))> |
#<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)))))> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -4)))> |
#<alt (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2))))> |
#<alt (+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* b (- (* -1 (/ (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))))> |
#<alt (* b (- (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* (pow a 3) (pow c 2)))) (pow b 6))) (+ (* -1 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 1/2 (/ (* (pow a 2) c) (pow b 4))) (* 1/2 (/ 1 c)))))))> |
#<alt (* -1/2 (/ a b))> |
#<alt (* -1 (/ (+ (* 1/2 a) (* 1/2 (/ (* (pow a 2) c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ (* 1/2 a) (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ (* -1 (/ (+ (* -2 (* (pow a 4) (pow c 3))) (* -1/2 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -1 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2))))) b))> |
#<alt (* -1/2 (/ b c))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b)))))> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -4)))> |
#<alt (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2))))> |
#<alt (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))))> |
#<alt (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))> |
#<alt (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -1))) (* -1/4 (/ b c)))> |
#<alt (+ (* -1 (/ (- (+ (* -1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/16 (* (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 (* (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/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -1/2 b) (* c (- (* -1 (* c (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c)> |
#<alt (/ (+ (* -1/2 b) (* c (- (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) a)) (/ (pow a 3) (pow b 5)))))) (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c)> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -4)))> |
#<alt (/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -4))) (/ b (pow (sqrt -4) 2))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (pow (sqrt -4) 2)))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (pow (sqrt -4) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c)> |
#<alt (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))> |
#<alt (* -1 (/ (+ (* 1/4 b) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) a)) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c))> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))> |
#<alt (+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) (/ b (* a (* c (pow (sqrt -4) 2)))))> |
#<alt (+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* a (* c (pow (sqrt -4) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))> |
#<alt (+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* a (* c (pow (sqrt -4) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))> |
#<alt (* -1/2 (/ b (* a c)))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -1 (* a c)) (* 1/2 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 1/2 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* a c)) (* 1/2 (* a c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* (pow a 2) (pow c 2)))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -1 (/ (* a c) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 4))) (* 1/2 (/ 1 (* a c)))))))> |
#<alt (/ -1/2 b)> |
#<alt (* -1 (/ (+ 1/2 (* 1/2 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 1/2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/2 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow a 3) (pow c 3))) (* -1/2 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -1 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/2 (/ (* a c) (pow b 2))))) b))> |
#<alt (* -1/2 (/ b (* a c)))> |
#<alt (/ (+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a)> |
#<alt (/ (+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))> |
#<alt (/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) a)> |
#<alt (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1)))> |
#<alt (* -1 (/ (+ (* 1/4 (/ b c)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* 1/4 (/ (* a b) c))) a)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (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 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* 1/4 (/ (* a b) c))) a)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a))> |
#<alt (* -1/2 (/ b (* a c)))> |
#<alt (/ (+ (* -1/2 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -1/2 (/ b a)) (* c (+ (* -1 (* c (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c)> |
#<alt (/ (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (/ (pow a 2) (pow b 5)))))) (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))> |
#<alt (/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -4))) (/ b (* a (pow (sqrt -4) 2)))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ b (* a (pow (sqrt -4) 2))))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c)> |
#<alt (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1)))> |
#<alt (* -1 (/ (+ (* 1/4 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/4 (/ (* b c) a))) c)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (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 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (/ (* b c) a))) c)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<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)> |
#<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)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<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))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<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)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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))))))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (/ (* a c) b))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* -1 (* a c))> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (/ b a)> |
#<alt (* b (+ (/ 1 a) (/ (pow b 2) (* (pow a 2) c))))> |
#<alt (* b (+ (* (pow b 2) (+ (/ 1 (* (pow a 2) c)) (/ (pow b 2) (* (pow a 3) (pow c 2))))) (/ 1 a)))> |
#<alt (* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (/ 1 (* (pow a 3) (pow c 2))) (/ (pow b 2) (* (pow a 4) (pow c 3))))) (/ 1 (* (pow a 2) c)))) (/ 1 a)))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)> |
#<alt (/ (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (+ (* -1 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -1 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (+ (/ (* a (pow c 2)) (pow b 2)) (/ (* (pow a 2) (pow c 3)) (pow b 4)))) b))> |
#<alt (* -1 (/ (+ c (+ (/ (* a (pow c 2)) (pow b 2)) (+ (/ (* (pow a 2) (pow c 3)) (pow b 4)) (/ (* (pow a 3) (pow c 4)) (pow b 6))))) b))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (- (* -1 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))))> |
#<alt (+ (* -1 (/ c b)) (* a (- (* a (- (* -1 (/ (* a (pow c 4)) (pow b 7))) (/ (pow c 3) (pow b 5)))) (/ (pow c 2) (pow b 3)))))> |
#<alt (/ b a)> |
#<alt (/ (+ b (/ (pow b 3) (* a c))) a)> |
#<alt (/ (- (+ b (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* -1 (/ (pow b 3) (* a c)))) a)> |
#<alt (/ (- (+ b (/ (pow b 7) (* (pow a 3) (pow c 3)))) (+ (* -1 (/ (pow b 3) (* a c))) (* -1 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a)> |
#<alt (/ b a)> |
#<alt (* -1 (/ (+ (* -1 b) (* -1 (/ (pow b 3) (* a c)))) a))> |
#<alt (* -1 (/ (+ (* -1 b) (* -1 (/ (- (/ (pow b 5) (* a (pow c 2))) (* -1 (/ (pow b 3) c))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 b) (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow b 7) (* a (pow c 3)))) (/ (pow b 5) (pow c 2))) a)) (* -1 (/ (pow b 3) c))) a))) a))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (- (* -1 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))> |
#<alt (* c (- (* c (- (* c (- (* -1 (/ (* (pow a 3) c) (pow b 7))) (/ (pow a 2) (pow b 5)))) (/ a (pow b 3)))) (/ 1 b)))> |
#<alt (/ b a)> |
#<alt (+ (/ b a) (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (- (+ (/ b a) (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -1 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (/ b a) (/ (pow b 7) (* (pow a 4) (pow c 3)))) (+ (* -1 (/ (pow b 3) (* (pow a 2) c))) (* -1 (/ (pow b 5) (* (pow a 3) (pow c 2))))))> |
#<alt (/ b a)> |
#<alt (+ (/ b a) (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (pow b 5) (* (pow a 3) c))) (/ (pow b 3) (pow a 2))) c)) (/ b a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (/ (pow b 7) (* (pow a 4) c)) (* -1 (/ (pow b 5) (pow a 3)))) c)) (/ (pow b 3) (pow a 2))) c)) (/ b a))> |
#<alt (* 1/2 (/ a b))> |
#<alt (/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b)> |
#<alt (/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b)> |
#<alt (/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b)> |
#<alt (* -1/2 (/ b c))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (* 1/2 (/ a b))> |
#<alt (* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ a b))> |
#<alt (* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1/2 (/ b c))> |
#<alt (/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (* 1/2 (/ a b))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (* 1/2 (/ a b))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -1/2 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (/ -1/2 c)> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c)))))> |
#<alt (* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c)))))> |
#<alt (* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c)))))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2))> |
#<alt (/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2))> |
#<alt (/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2))> |
#<alt (/ -1/2 c)> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (/ -1/2 c)> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (/ -1/2 c)> |
#<alt (/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c)> |
#<alt (/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c)> |
#<alt (/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c)> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* 1/2 (/ a (pow b 2)))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<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)))))))> |
#<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)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<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)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<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)))))> |
#<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))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<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)))))))> |
#<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))))))))> |
126 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | b | @ | inf | (/ 1/2 (* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c)))) |
| 2.0ms | a | @ | inf | (- (sqrt (+ (* b b) (* a (* c -4)))) b) |
| 1.0ms | a | @ | -inf | (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
| 1.0ms | c | @ | inf | (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
| 1.0ms | b | @ | 0 | (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
| 1× | batch-egg-rewrite |
| 2864× | *-lowering-*.f32 |
| 2864× | *-lowering-*.f64 |
| 2862× | /-lowering-/.f32 |
| 2862× | /-lowering-/.f64 |
| 1890× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 150 |
| 1 | 201 | 134 |
| 2 | 1893 | 130 |
| 0 | 8323 | 130 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a)) |
(* (/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) a) |
(/ 1 (- (sqrt (+ (* b b) (* a (* c -4)))) b)) |
(- (sqrt (+ (* b b) (* a (* c -4)))) b) |
(/ (/ (* -1 (* a c)) b) a) |
(/ (* -1 (* a c)) b) |
(* -1 (* a c)) |
(* a c) |
(/ 1/2 (* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c)))) |
(* b (+ (/ (* a 1/2) (* b b)) (/ -1/2 c))) |
(+ (/ (* a 1/2) (* b b)) (/ -1/2 c)) |
(/ (* a 1/2) (* b b)) |
(- 0 (* (/ 1 a) (pow (/ 1 b) -1))) |
(* (/ 1 a) (pow (/ 1 b) -1)) |
(pow (/ 1 b) -1) |
(/ 1 a) |
(sqrt (+ (* b b) (* a (* c -4)))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a)) |
(/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(*.f64 a (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) a) |
(*.f64 (/.f64 a (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(*.f64 (/.f64 a (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))))) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(*.f64 (pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal -1/2 binary64)) (pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal -1 binary64))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64) b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (fma.f64 #s(literal -1 binary64) b b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (fma.f64 (neg.f64 (sqrt.f64 b)) (sqrt.f64 b) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(+.f64 (fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)))) (fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal -1 binary64)))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64)) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64)) #s(literal 1 binary64)) b) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (/.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64)) b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))))) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 (*.f64 a c) b) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 b a))) (/.f64 (*.f64 a c) (*.f64 b a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 a (-.f64 #s(literal 0 binary64) b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 (*.f64 a c) (*.f64 b a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a c) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 a c) (*.f64 b a))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a c) b) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(/.f64 (*.f64 a c) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 a c) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) |
(/.f64 (*.f64 a c) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 b a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (neg.f64 (neg.f64 (*.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c))) |
(/.f64 (/.f64 (*.f64 a c) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 a c) b) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64)) (*.f64 b a)) |
(/.f64 (*.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal 1 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal 1 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) a)) b) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64))) (neg.f64 (*.f64 b a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal 1 binary64) a))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a c) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 a c))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b a))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a c) b) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -1 binary64) (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 a c) b)) |
(*.f64 (/.f64 (*.f64 a c) a) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) (/.f64 c b)) |
(*.f64 (*.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a c)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 a c)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a c) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 a c) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 a c) b)) |
(neg.f64 (/.f64 (*.f64 a c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)))) |
(/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 a c) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) b)) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 a c) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a c)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c b)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (*.f64 a c) b) #s(literal -1 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 a c)) |
(neg.f64 (*.f64 a c)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(*.f64 a (-.f64 #s(literal 0 binary64) c)) |
(*.f64 a (*.f64 c #s(literal -1 binary64))) |
(*.f64 c (-.f64 #s(literal 0 binary64) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 a c)) |
(*.f64 (*.f64 a c) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) a) |
(*.f64 (-.f64 #s(literal 0 binary64) a) c) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a c)) |
(*.f64 a c) |
(*.f64 c a) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(*.f64 (*.f64 a c) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) b)) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) b) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) b))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (/.f64 #s(literal 1/2 binary64) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) b) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (*.f64 (*.f64 b b) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) b) (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c)))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(+.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))))) |
(fma.f64 b (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) b (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) c) b (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(fma.f64 (/.f64 a b) (*.f64 (/.f64 #s(literal 1/2 binary64) b) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 b a) (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(fma.f64 (*.f64 b (*.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 b (/.f64 a b)) (/.f64 #s(literal 1/2 binary64) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (-.f64 (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (*.f64 (*.f64 b b) c)) |
(/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 b (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c)))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) b) (*.f64 (*.f64 b b) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))) b) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))) b) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (-.f64 (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))) (neg.f64 (*.f64 (*.f64 b b) c))) |
(/.f64 (neg.f64 (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 b (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) b)) (neg.f64 (*.f64 (*.f64 b b) c))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))) b)) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))) b)) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 b (/.f64 c #s(literal -1/2 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (*.f64 (/.f64 b (/.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) b) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
(+.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) c)) |
(-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 a #s(literal -1/2 binary64)) (*.f64 b b))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)))) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) |
(fma.f64 a (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) |
(fma.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 (/.f64 a b) (/.f64 #s(literal 1/2 binary64) b) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 a b) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1/2 binary64) c)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) a (/.f64 #s(literal -1/2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) c) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 b b) c) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (*.f64 b b) c)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 c #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) (/.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) c)) (*.f64 (*.f64 b b) #s(literal 1/2 binary64))) (*.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 c #s(literal -1/2 binary64))) (*.f64 b b)) (*.f64 (*.f64 b b) (/.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 c #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) c) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (-.f64 #s(literal 0 binary64) c)) (*.f64 b #s(literal 1/2 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 c #s(literal -1/2 binary64))) b) (*.f64 b (/.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) c) (*.f64 b #s(literal -1/2 binary64))) (*.f64 b c)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 1/2 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) (*.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (*.f64 a #s(literal -1/2 binary64)))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 b (*.f64 (/.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 c (*.f64 a #s(literal -1/2 binary64)))) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) (*.f64 c b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (*.f64 b b) c))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c)))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)))) (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 c #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) c)) (*.f64 (*.f64 b b) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 b b) (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 c #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) c) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (-.f64 #s(literal 0 binary64) c)) (*.f64 b #s(literal 1/2 binary64)))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 c #s(literal -1/2 binary64))) b)) (neg.f64 (*.f64 b (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) c) (*.f64 b #s(literal -1/2 binary64)))) (neg.f64 (*.f64 b c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 1/2 binary64) a)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -1/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 c #s(literal -1/2 binary64)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) a)))) (neg.f64 (*.f64 (/.f64 c #s(literal -1/2 binary64)) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (/.f64 c #s(literal -1/2 binary64)) (*.f64 a #s(literal -1/2 binary64))))) (neg.f64 (*.f64 (/.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 b (*.f64 (/.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) (neg.f64 (*.f64 (/.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64)))) (neg.f64 (*.f64 c (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 c (*.f64 a #s(literal -1/2 binary64))))) (neg.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) (neg.f64 (*.f64 c b))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))) (neg.f64 (neg.f64 (*.f64 (*.f64 b b) c)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))))) (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))))) (neg.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))))))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b b) c) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)) (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) c))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/8 binary64) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) (/.f64 c #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 a #s(literal -1/2 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b)) |
(/.f64 (*.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) b) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 a #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 a b) #s(literal 1/2 binary64)) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a #s(literal -1/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a b) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b b))) |
(*.f64 a (/.f64 #s(literal 1/2 binary64) (*.f64 b b))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(*.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 a b) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) a) |
(+.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(+.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a)))) |
(fma.f64 b (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 b a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 a b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) a) b #s(literal 0 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (sqrt.f64 b)) (sqrt.f64 b) #s(literal 0 binary64)) |
(neg.f64 (/.f64 b a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 b (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))))) (neg.f64 (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) #s(literal 0 binary64)) (+.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a a))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 3 binary64)) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (+.f64 (*.f64 (/.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal 0 binary64) (/.f64 b a))) (+.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 (/.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 b a))))) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) #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) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (sqrt.f64 b)) (sqrt.f64 b)) |
(+.f64 #s(literal 0 binary64) (/.f64 b a)) |
(+.f64 (/.f64 b a) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a)) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (log.f64 b) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal -1 binary64)) (log.f64 b))) |
(exp.f64 (-.f64 (*.f64 (log.f64 a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(fma.f64 #s(literal 1 binary64) (/.f64 b a) #s(literal 0 binary64)) |
(fma.f64 b (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) b #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) (/.f64 #s(literal 1 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 b)) (sqrt.f64 b) #s(literal 0 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 b a) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 b a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 (*.f64 b #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 b #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 0 binary64)) (/.f64 (*.f64 b b) (*.f64 a a))) |
(pow.f64 (/.f64 a b) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 b a)) |
(*.f64 b (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) b) |
(*.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 b)) (sqrt.f64 b)) |
b |
(exp.f64 (log.f64 b)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 b)) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 b)) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 b)) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 b #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 b #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64)) |
(pow.f64 b #s(literal 1 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 b) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 b))) |
(*.f64 #s(literal 1 binary64) b) |
(*.f64 b #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 b) (sqrt.f64 b)) |
(*.f64 (pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #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) a) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 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 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c))))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.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 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -64 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
| 1× | egg-herbie |
| 6146× | *-lowering-*.f32 |
| 6146× | *-lowering-*.f64 |
| 3498× | +-lowering-+.f64 |
| 3498× | +-lowering-+.f32 |
| 1776× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1165 | 7448 |
| 1 | 4235 | 7216 |
| 0 | 8483 | 7216 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 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)) (/ 1 (sqrt -4))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(* -1/2 (/ b c)) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* b (- (* -1 (/ (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(* b (- (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* (pow a 3) (pow c 2)))) (pow b 6))) (+ (* -1 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 1/2 (/ (* (pow a 2) c) (pow b 4))) (* 1/2 (/ 1 c))))))) |
(* -1/2 (/ a b)) |
(* -1 (/ (+ (* 1/2 a) (* 1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(* -1 (/ (- (+ (* 1/2 a) (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -2 (* (pow a 4) (pow c 3))) (* -1/2 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -1 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2))))) b)) |
(* -1/2 (/ b c)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) |
(- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ a c)) (sqrt -1))) (* -1/4 (/ b c))) |
(+ (* -1 (/ (- (+ (* -1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/16 (* (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 (* (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/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(* -1/2 (/ b c)) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -1/2 b) (* c (- (* -1 (* c (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/ (+ (* -1/2 b) (* c (- (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) a)) (/ (pow a 3) (pow b 5)))))) (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -4))) (/ b (pow (sqrt -4) 2))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (pow (sqrt -4) 2)))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (pow (sqrt -4) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(* -1 (/ (+ (* 1/4 b) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) a)) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) |
(+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) (/ b (* a (* c (pow (sqrt -4) 2))))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* a (* c (pow (sqrt -4) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* a (* c (pow (sqrt -4) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(* -1/2 (/ b (* a c))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -1 (* a c)) (* 1/2 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 1/2 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* a c)) (* 1/2 (* a c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* (pow a 2) (pow c 2)))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -1 (/ (* a c) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 4))) (* 1/2 (/ 1 (* a c))))))) |
(/ -1/2 b) |
(* -1 (/ (+ 1/2 (* 1/2 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 1/2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/2 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow a 3) (pow c 3))) (* -1/2 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -1 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/2 (/ (* a c) (pow b 2))))) b)) |
(* -1/2 (/ b (* a c))) |
(/ (+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/ (+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) |
(/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) a) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) a) |
(* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(* -1 (/ (+ (* 1/4 (/ b c)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* 1/4 (/ (* a b) c))) a)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (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 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* 1/4 (/ (* a b) c))) a)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a)) |
(* -1/2 (/ b (* a c))) |
(/ (+ (* -1/2 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -1/2 (/ b a)) (* c (+ (* -1 (* c (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/ (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (/ (pow a 2) (pow b 5)))))) (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) |
(/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -4))) (/ b (* a (pow (sqrt -4) 2)))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ b (* a (pow (sqrt -4) 2))))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c) |
(* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(* -1 (/ (+ (* 1/4 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/4 (/ (* b c) a))) c)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (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 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (/ (* b c) a))) c)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c)) |
(* (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 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (/ (* a c) b)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* -1 (* a c)) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(/ b a) |
(* b (+ (/ 1 a) (/ (pow b 2) (* (pow a 2) c)))) |
(* b (+ (* (pow b 2) (+ (/ 1 (* (pow a 2) c)) (/ (pow b 2) (* (pow a 3) (pow c 2))))) (/ 1 a))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (/ 1 (* (pow a 3) (pow c 2))) (/ (pow b 2) (* (pow a 4) (pow c 3))))) (/ 1 (* (pow a 2) c)))) (/ 1 a))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/ (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (+ (* -1 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -1 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (+ (/ (* a (pow c 2)) (pow b 2)) (/ (* (pow a 2) (pow c 3)) (pow b 4)))) b)) |
(* -1 (/ (+ c (+ (/ (* a (pow c 2)) (pow b 2)) (+ (/ (* (pow a 2) (pow c 3)) (pow b 4)) (/ (* (pow a 3) (pow c 4)) (pow b 6))))) b)) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (- (* -1 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3))))) |
(+ (* -1 (/ c b)) (* a (- (* a (- (* -1 (/ (* a (pow c 4)) (pow b 7))) (/ (pow c 3) (pow b 5)))) (/ (pow c 2) (pow b 3))))) |
(/ b a) |
(/ (+ b (/ (pow b 3) (* a c))) a) |
(/ (- (+ b (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* -1 (/ (pow b 3) (* a c)))) a) |
(/ (- (+ b (/ (pow b 7) (* (pow a 3) (pow c 3)))) (+ (* -1 (/ (pow b 3) (* a c))) (* -1 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/ b a) |
(* -1 (/ (+ (* -1 b) (* -1 (/ (pow b 3) (* a c)))) a)) |
(* -1 (/ (+ (* -1 b) (* -1 (/ (- (/ (pow b 5) (* a (pow c 2))) (* -1 (/ (pow b 3) c))) a))) a)) |
(* -1 (/ (+ (* -1 b) (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow b 7) (* a (pow c 3)))) (/ (pow b 5) (pow c 2))) a)) (* -1 (/ (pow b 3) c))) a))) a)) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (- (* -1 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b))) |
(* c (- (* c (- (* c (- (* -1 (/ (* (pow a 3) c) (pow b 7))) (/ (pow a 2) (pow b 5)))) (/ a (pow b 3)))) (/ 1 b))) |
(/ b a) |
(+ (/ b a) (/ (pow b 3) (* (pow a 2) c))) |
(- (+ (/ b a) (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -1 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (/ b a) (/ (pow b 7) (* (pow a 4) (pow c 3)))) (+ (* -1 (/ (pow b 3) (* (pow a 2) c))) (* -1 (/ (pow b 5) (* (pow a 3) (pow c 2)))))) |
(/ b a) |
(+ (/ b a) (/ (pow b 3) (* (pow a 2) c))) |
(+ (* -1 (/ (- (* -1 (/ (pow b 5) (* (pow a 3) c))) (/ (pow b 3) (pow a 2))) c)) (/ b a)) |
(+ (* -1 (/ (- (* -1 (/ (- (/ (pow b 7) (* (pow a 4) c)) (* -1 (/ (pow b 5) (pow a 3)))) c)) (/ (pow b 3) (pow a 2))) c)) (/ b a)) |
(* 1/2 (/ a b)) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b) |
(* -1/2 (/ b c)) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* -1/2 (/ b c)) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(* -1/2 (/ b c)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(* 1/2 (/ a b)) |
(* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ a b)) |
(* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1/2 (/ b c)) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(* 1/2 (/ a b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(* 1/2 (/ a b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(/ -1/2 c) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(* 1/2 (/ a (pow b 2))) |
(* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(* 1/2 (/ a (pow b 2))) |
(* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* 1/2 (/ a (pow b 2))) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2)) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2)) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2)) |
(/ -1/2 c) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(/ -1/2 c) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(/ -1/2 c) |
(/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c) |
(/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c) |
(/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c) |
(* 1/2 (/ a (pow b 2))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(* 1/2 (/ a (pow b 2))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* 1/2 (/ a (pow b 2))) |
(* -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)) |
(/ 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) |
b |
b |
b |
b |
b |
b |
b |
b |
b |
b |
b |
b |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(* (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 |
|---|
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.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)))) |
(+ (* 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))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 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)))) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) 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 (+.f64 (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) c) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) a))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) 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))) (-.f64 #s(literal 0 binary64) 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 (-.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))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal -1 binary64) (*.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)))))) |
(-.f64 (*.f64 a (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 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 (*.f64 a (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.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) (*.f64 b (*.f64 b b))))) (/.f64 c b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) 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))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 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)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (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 #s(literal -1/2 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (*.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 #s(literal 1/2 binary64) 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))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/128 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) a)) a)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (+.f64 (-.f64 #s(literal 0 binary64) (*.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 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (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 (+.f64 (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 a b)))) (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c 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 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.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)))))) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (*.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))))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c)) c))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (/.f64 b c) #s(literal -4 binary64))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -4 binary64))) (*.f64 b (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* c (pow (sqrt -4) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -4 binary64))) (*.f64 b (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))))) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c))) |
(* b (- (* -1 (/ (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(*.f64 b (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -1/2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) c) (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b)))))) |
(* b (- (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* (pow a 2) c)) (* 1/2 (* (pow a 2) c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* (pow a 3) (pow c 2)))) (pow b 6))) (+ (* -1 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 1/2 (/ (* (pow a 2) c) (pow b 4))) (* 1/2 (/ 1 c))))))) |
(*.f64 b (-.f64 (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 20 binary64) a))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -1/2 binary64)))) (neg.f64 (pow.f64 b #s(literal 6 binary64)))) (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b))) (+.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) a) b) |
(* -1 (/ (+ (* 1/2 a) (* 1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 a (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ (* 1/2 a) (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -2 (* (pow a 4) (pow c 3))) (* -1/2 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -1 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -1/2 (/ (* (pow a 2) c) (pow b 2))))) b)) |
(/.f64 (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) #s(literal -5/2 binary64)) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 b (*.f64 b b))))))) |
(+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 c c)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (*.f64 b b))) (neg.f64 a)) (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (/.f64 b c) #s(literal -4 binary64))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a a))) (/.f64 (/.f64 b c) #s(literal -4 binary64))) |
(- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) |
(-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (*.f64 c c))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(+ (* -1/2 (* (sqrt (/ a c)) (sqrt -1))) (* -1/4 (/ b c))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 #s(literal -1/4 binary64) b) c)) |
(+ (* -1 (/ (- (+ (* -1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/16 binary64)) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 a b)) c)) a)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/16 (* (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 (* (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/4 (/ (* a b) c))) a)) (* -1/2 (* (sqrt (/ a c)) (sqrt -1)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.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/16 binary64)))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.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 (*.f64 #s(literal 1/4 binary64) (*.f64 a b)) c)) a)) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c) |
(/ (+ (* -1/2 b) (* c (- (* -1 (* c (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c (+.f64 (*.f64 c (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) c) |
(/ (+ (* -1/2 b) (* c (- (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) a)) (/ (pow a 3) (pow b 5)))))) (+ (* -1 (/ (pow a 2) (pow b 3))) (* 1/2 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) a) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) c) |
(* (sqrt (/ a c)) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -4))) (/ b (pow (sqrt -4) 2))) c) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (pow (sqrt -4) 2)))) c) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) c) (/.f64 #s(literal -1/2 binary64) c))) (/.f64 b #s(literal -4 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (pow (sqrt -4) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 c c) a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 c (*.f64 c c)))) (-.f64 (+.f64 (/.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))) c) |
(* -1/2 (* (sqrt (/ a c)) (sqrt -1))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) |
(* -1 (/ (+ (* 1/4 b) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(/.f64 (+.f64 (*.f64 b #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 c b))) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) a)) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (* b c))) c)) (* 1/2 (* (sqrt (* a c)) (sqrt -1)))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 c (*.f64 b (*.f64 b b)))) a) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/16 binary64)))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))) c)) (*.f64 #s(literal -1/4 binary64) (*.f64 c b))) c)) (-.f64 #s(literal 0 binary64) c)) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) (/ b (* a (* c (pow (sqrt -4) 2))))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* a (* c (pow (sqrt -4) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal -4 binary64))) (*.f64 b (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3))))))) (/ 1 (* a (* c (pow (sqrt -4) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal -4 binary64))) (*.f64 b (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))))) |
(* -1/2 (/ b (* a c))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -1 (* a c)) (* 1/2 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 1/2 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -1/2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -1 (* a (* c (+ (* -1 (* a c)) (* 1/2 (* a c)))))) (+ (* -1/8 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* (pow a 2) (pow c 2)))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -1 (/ (* a c) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 4))) (* 1/2 (/ 1 (* a c))))))) |
(*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 20 binary64) (*.f64 a a))))) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -1/2 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 c a) (pow.f64 b #s(literal 4 binary64)))))) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(* -1 (/ (+ 1/2 (* 1/2 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ 1/2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/2 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow a 3) (pow c 3))) (* -1/2 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -1 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/2 (/ (* a c) (pow b 2))))) b)) |
(/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -5/2 binary64)) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ b (* a c))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ (+ (* -1/2 (/ b c)) (* a (+ (* -1 (* a (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 b (*.f64 b b))))))) a) |
(/ (+ (* -1/2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -1 (/ (* c (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (/ (pow c 2) (pow b 5)))))) (+ (* -1 (/ c (pow b 3))) (* 1/2 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 c c)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (*.f64 b b))) (neg.f64 a)) (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 b (*.f64 b b)))))))) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) |
(/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -4))) (/ b (* c (pow (sqrt -4) 2)))) a) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (/.f64 b c) #s(literal -4 binary64))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (* -1 (/ b (* c (pow (sqrt -4) 2))))) a) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a a))) (/.f64 (/.f64 b c) #s(literal -4 binary64))) a) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3))))))) a) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (*.f64 c c))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) a) |
(* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) |
(* -1 (/ (+ (* 1/4 (/ b c)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a)) |
(/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* 1/4 (/ (* a b) c))) a)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a b)) c)) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* a (pow b 3)) (pow c 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (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 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* 1/4 (/ (* a b) c))) a)) (* 1/2 (* (sqrt (/ a c)) (sqrt -1)))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))) (*.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/16 binary64)))) (neg.f64 a)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a b)) c)) a)) (neg.f64 a)) |
(* -1/2 (/ b (* a c))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -1/2 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (*.f64 #s(literal 1/2 binary64) c) b)) c) |
(/ (+ (* -1/2 (/ b a)) (* c (+ (* -1 (* c (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b (*.f64 b b))))))) c) |
(/ (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -1 (/ (* a (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3))))) (pow b 2))) (+ (* -1/8 (/ (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (/ (pow a 2) (pow b 5)))))) (+ (* -1 (/ a (pow b 3))) (* 1/2 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (+.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) (*.f64 a a))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 b b))))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 b (*.f64 b b)))))))) c) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) |
(/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -4))) (/ b (* a (pow (sqrt -4) 2)))) c) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (/.f64 b a) #s(literal -4 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ b (* a (pow (sqrt -4) 2))))) c) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)) (*.f64 c c))) (/.f64 (/.f64 b a) #s(literal -4 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -4) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3))))))) c) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 c (*.f64 c c)))) (-.f64 (+.f64 (/.f64 (/.f64 b a) #s(literal 4 binary64)) (*.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)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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)))))) c) |
(* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) |
(* -1 (/ (+ (* 1/4 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c)) |
(/.f64 (+.f64 (/.f64 (/.f64 b a) #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/4 (/ (* b c) a))) c)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) #s(literal -1/16 binary64)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 c b)) a)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/32 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (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 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/4 (/ (* b c) a))) c)) (* 1/2 (* (sqrt (/ c a)) (sqrt -1)))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 c (*.f64 b (*.f64 b b)))) (*.f64 a a)) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.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/16 binary64)))) (*.f64 #s(literal 1/16 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)))))))) (-.f64 #s(literal 0 binary64) c)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 c b)) a)) c)) (-.f64 #s(literal 0 binary64) 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))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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 c a))) (sqrt.f64 #s(literal -4 binary64)))))) #s(literal -1 binary64)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.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))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.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 (+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 c a) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) 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 (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.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))))))) |
(* 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 (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) 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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) (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 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.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)))) 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 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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))))))) |
(* 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 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) 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 (-.f64 (*.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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.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 (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (*.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)))) b) 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 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (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))))) (-.f64 #s(literal 0 binary64) c)) b) c))) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (/ (* a c) b)) |
(/.f64 (*.f64 c (neg.f64 a)) b) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* -1 (* a c)) |
(*.f64 c (neg.f64 a)) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(/ b a) |
(/.f64 b a) |
(* b (+ (/ 1 a) (/ (pow b 2) (* (pow a 2) c)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a a))))) |
(* b (+ (* (pow b 2) (+ (/ 1 (* (pow a 2) c)) (/ (pow b 2) (* (pow a 3) (pow c 2))))) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a a))) (*.f64 (/.f64 b (*.f64 c c)) (/.f64 b (*.f64 a (*.f64 a a)))))))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (/ 1 (* (pow a 3) (pow c 2))) (/ (pow b 2) (* (pow a 4) (pow c 3))))) (/ 1 (* (pow a 2) c)))) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c c)) (/.f64 (*.f64 b b) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))))))))) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(/ (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (+ (* -1 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -1 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(/.f64 (+.f64 c (+.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(* -1 (/ (+ c (+ (/ (* a (pow c 2)) (pow b 2)) (/ (* (pow a 2) (pow c 3)) (pow b 4)))) b)) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -1 (/ (+ c (+ (/ (* a (pow c 2)) (pow b 2)) (+ (/ (* (pow a 2) (pow c 3)) (pow b 4)) (/ (* (pow a 3) (pow c 4)) (pow b 6))))) b)) |
(/.f64 (+.f64 c (+.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* a (- (* -1 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3))))) |
(-.f64 (*.f64 a (-.f64 (*.f64 (neg.f64 a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* a (- (* a (- (* -1 (/ (* a (pow c 4)) (pow b 7))) (/ (pow c 3) (pow b 5)))) (/ (pow c 2) (pow b 3))))) |
(-.f64 (*.f64 a (-.f64 (*.f64 a (-.f64 (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 c b)) |
(/ b a) |
(/.f64 b a) |
(/ (+ b (/ (pow b 3) (* a c))) a) |
(/.f64 (+.f64 b (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) c)) a) |
(/ (- (+ b (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* -1 (/ (pow b 3) (* a c)))) a) |
(/.f64 (+.f64 b (+.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 c c) (*.f64 a a))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) c))) a) |
(/ (- (+ b (/ (pow b 7) (* (pow a 3) (pow c 3)))) (+ (* -1 (/ (pow b 3) (* a c))) (* -1 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/.f64 (+.f64 b (-.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) c)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 c c) (*.f64 a a)))))) a) |
(/ b a) |
(/.f64 b a) |
(* -1 (/ (+ (* -1 b) (* -1 (/ (pow b 3) (* a c)))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) c)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 b) (* -1 (/ (- (/ (pow b 5) (* a (pow c 2))) (* -1 (/ (pow b 3) c))) a))) a)) |
(/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 b (*.f64 b b)) c)) (neg.f64 a)) b) (neg.f64 a)) |
(* -1 (/ (+ (* -1 b) (* -1 (/ (- (* -1 (/ (- (* -1 (/ (pow b 7) (* a (pow c 3)))) (/ (pow b 5) (pow c 2))) a)) (* -1 (/ (pow b 3) c))) a))) a)) |
(/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) a) (neg.f64 (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (neg.f64 a)) (/.f64 (*.f64 b (*.f64 b b)) c)) (neg.f64 a)) b) (neg.f64 a)) |
(* -1 (/ c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (- (* -1 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b))) |
(*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (- (* c (- (* -1 (/ (* (pow a 3) c) (pow b 7))) (/ (pow a 2) (pow b 5)))) (/ a (pow b 3)))) (/ 1 b))) |
(*.f64 c (+.f64 (*.f64 c (-.f64 (*.f64 c (-.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 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))) |
(/ b a) |
(/.f64 b a) |
(+ (/ b a) (/ (pow b 3) (* (pow a 2) c))) |
(+.f64 (/.f64 b a) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a)))) |
(- (+ (/ b a) (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -1 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 b a) (+.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a))))) |
(- (+ (/ b a) (/ (pow b 7) (* (pow a 4) (pow c 3)))) (+ (* -1 (/ (pow b 3) (* (pow a 2) c))) (* -1 (/ (pow b 5) (* (pow a 3) (pow c 2)))))) |
(-.f64 (+.f64 (/.f64 b a) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))))) (-.f64 (/.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))) |
(/ b a) |
(/.f64 b a) |
(+ (/ b a) (/ (pow b 3) (* (pow a 2) c))) |
(+.f64 (/.f64 b a) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a)))) |
(+ (* -1 (/ (- (* -1 (/ (pow b 5) (* (pow a 3) c))) (/ (pow b 3) (pow a 2))) c)) (/ b a)) |
(-.f64 (/.f64 b a) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (/ (pow b 7) (* (pow a 4) c)) (* -1 (/ (pow b 5) (pow a 3)))) c)) (/ (pow b 3) (pow a 2))) c)) (/ b a)) |
(-.f64 (/.f64 b a) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) c)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) c)) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) b) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) c))) b) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) c))) b) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) c))) b) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c))) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) c) (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) c) (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) c) (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) b) |
(* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b))) |
(* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b))) |
(* a (+ (* -1/2 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) b) |
(* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(* -1 (* a (- (* 1/2 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(* -1/2 (/ b c)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c) |
(/ (+ (* -1/2 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) b) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) b) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(+ (* -1/2 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(/ -1/2 c) |
(/.f64 #s(literal -1/2 binary64) c) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(* a (- (* 1/2 (/ 1 (pow b 2))) (* 1/2 (/ 1 (* a c))))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(* -1 (* a (- (* 1/2 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) c))) (*.f64 b b)) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) c))) (*.f64 b b)) |
(/ (+ (* -1/2 (/ (pow b 2) c)) (* 1/2 a)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b b) c))) (*.f64 b b)) |
(/ -1/2 c) |
(/.f64 #s(literal -1/2 binary64) c) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(/ -1/2 c) |
(/.f64 #s(literal -1/2 binary64) c) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(/ -1/2 c) |
(/.f64 #s(literal -1/2 binary64) c) |
(/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) c) |
(/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) c) |
(/ (- (* 1/2 (/ (* a c) (pow b 2))) 1/2) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) c) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(- (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 c))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) c)) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) |
(* 1/2 (/ a (pow b 2))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b 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)) |
(/ 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) |
b |
b |
b |
b |
b |
b |
b |
b |
b |
b |
b |
b |
(/ 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) |
(* (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))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.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))))) |
(+ (* (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))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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 c a))) (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))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.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 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 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 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 a (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (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 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 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 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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)))))) (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 #s(literal 0 binary64) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 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 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 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 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.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)))))))) |
(* (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 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c 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 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 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 (+.f64 (+.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))) (+.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 0 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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 (-.f64 #s(literal 0 binary64) c) (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))))) |
Compiled 22842 to 3393 computations (85.1% saved)
49 alts after pruning (43 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1079 | 14 | 1093 |
| Fresh | 7 | 29 | 36 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1088 | 49 | 1137 |
| Status | Accuracy | Program |
|---|---|---|
| 19.0% | (fma.f64 (/.f64 (sqrt.f64 c) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) | |
| 19.1% | (/.f64 (fma.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) | |
| 29.0% | (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) | |
| 33.0% | (/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) | |
| 20.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 a)) b) (*.f64 a #s(literal 2 binary64))) | |
| 19.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) (*.f64 a #s(literal 2 binary64))) | |
| ✓ | 48.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
| 10.8% | (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) | |
| 6.0% | (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) | |
| 10.7% | (/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) | |
| 13.5% | (/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) | |
| 28.6% | (/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) | |
| 26.4% | (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) | |
| 35.4% | (/.f64 c (-.f64 #s(literal 0 binary64) b)) | |
| 12.5% | (/.f64 c b) | |
| 34.6% | (/.f64 b (neg.f64 a)) | |
| 2.6% | (/.f64 b a) | |
| 6.0% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) | |
| 10.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) | |
| 30.3% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) | |
| 35.4% | (/.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 a b) (*.f64 (/.f64 #s(literal 1/2 binary64) b) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))) | |
| 2.6% | (/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) | |
| ✓ | 48.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
| 31.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) | |
| 35.4% | (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) | |
| 34.7% | (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) | |
| ✓ | 48.3% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) |
| 15.1% | (/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c))) | |
| 9.4% | (/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)))) | |
| 34.9% | (/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 #s(literal -1/2 binary64) c))) | |
| ✓ | 34.6% | (/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
| 30.0% | (/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b)))) | |
| 34.5% | (/.f64 #s(literal -1 binary64) (/.f64 a b)) | |
| 34.6% | (-.f64 (/.f64 c b) (/.f64 b a)) | |
| 30.4% | (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) | |
| 23.2% | (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) | |
| 34.5% | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)))) | |
| 17.4% | (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) | |
| 18.4% | (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) | |
| 12.4% | (*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) | |
| 31.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) | |
| 28.9% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) | |
| 34.5% | (*.f64 (/.f64 #s(literal -1 binary64) a) b) | |
| 34.4% | (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) | |
| 26.6% | (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) | |
| 26.6% | (*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) | |
| ✓ | 12.5% | #s(literal 0 binary64) |
Compiled 1938 to 838 computations (56.8% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 b b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 a b) (*.f64 (/.f64 #s(literal 1/2 binary64) b) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
(/.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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) a)) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b)) (/.f64 a #s(literal 1/2 binary64))) (+.f64 b (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) b)))) |
(-.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 c b)) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -4 binary64))) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 a #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -4 binary64))) (sqrt.f64 a)) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 c) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/2 binary64))))) |
| Outputs |
|---|
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
4 calls:
| 26.0ms | a |
| 24.0ms | b |
| 24.0ms | c |
| 23.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 |
|---|---|---|
| 55.1% | 3 | a |
| 86.6% | 3 | b |
| 56.0% | 5 | c |
| 72.0% | 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(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 b b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b))) |
(/.f64 #s(literal 1/2 binary64) (fma.f64 (/.f64 a b) (*.f64 (/.f64 #s(literal 1/2 binary64) b) b) (/.f64 b (/.f64 c #s(literal -1/2 binary64))))) |
| Outputs |
|---|
(-.f64 (/.f64 c b) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
1 calls:
| 21.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.5% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 b b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b))) |
| Outputs |
|---|
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
1 calls:
| 17.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.0% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 b b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) |
| Outputs |
|---|
(-.f64 (/.f64 c b) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
1 calls:
| 17.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.0% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(-.f64 (/.f64 c b) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 #s(literal -1/2 binary64) c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 b b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) (*.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c a) b)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 c a) b) b) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a c)) b) a) |
(*.f64 c (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) b)) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 #s(literal -1 binary64) (*.f64 a c)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 b (-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 c (*.f64 b b)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c b) b)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 b a)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) b) |
(*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -4 binary64) (*.f64 a a))) (*.f64 a #s(literal 4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a a))) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b b)) c))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 b b)) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a a)))))) |
(/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) c) (*.f64 a (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 b b) a) #s(literal 1/2 binary64)) c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) |
| Outputs |
|---|
(-.f64 (/.f64 c b) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
1 calls:
| 19.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 67.8% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/.f64 #s(literal -1 binary64) (/.f64 a b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(*.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
| Outputs |
|---|
(neg.f64 (/.f64 b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
1 calls:
| 4.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 67.6% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
| Outputs |
|---|
(neg.f64 (/.f64 b a)) |
#s(literal 0 binary64) |
3 calls:
| 3.0ms | a |
| 3.0ms | c |
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 34.6% | 1 | c |
| 34.6% | 1 | a |
| 44.5% | 2 | b |
Compiled 12 to 9 computations (25% saved)
Total -7.0b remaining (-12.5%)
Threshold costs -7b (-12.5%)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(/.f64 b a) |
(/.f64 c b) |
| Outputs |
|---|
#s(literal 0 binary64) |
3 calls:
| 2.0ms | a |
| 2.0ms | b |
| 2.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 12.5% | 1 | c |
| 12.5% | 1 | a |
| 12.5% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 32.0ms | 1.2518702087019482e-70 | 5.405668366391823e-65 |
| 20.0ms | -7.519588942442727e+94 | -2.828543242763204e+92 |
| 26.0ms | 218× | 0 | valid |
| 7.0ms | 33× | 1 | valid |
| 6.0ms | 21× | 2 | valid |
| 3.0ms | 33× | 0 | invalid |
Compiled 535 to 376 computations (29.7% saved)
ival-mult: 13.0ms (49.3% of total)ival-div: 3.0ms (11.4% of total)ival-sqrt: 3.0ms (11.4% of total)ival-sub: 2.0ms (7.6% of total)ival-neg: 2.0ms (7.6% of total)ival-add: 2.0ms (7.6% of total)backward-pass: 1.0ms (3.8% of total)const: 1.0ms (3.8% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 35.0ms | 1.2518702087019482e-70 | 5.405668366391823e-65 |
| 17.0ms | -7.519588942442727e+94 | -2.828543242763204e+92 |
| 20.0ms | 218× | 0 | valid |
| 12.0ms | 36× | 1 | valid |
| 5.0ms | 18× | 2 | valid |
| 3.0ms | 37× | 0 | invalid |
Compiled 535 to 376 computations (29.7% saved)
ival-mult: 10.0ms (42.9% of total)ival-div: 3.0ms (12.9% of total)ival-sqrt: 3.0ms (12.9% of total)ival-sub: 2.0ms (8.6% of total)ival-neg: 2.0ms (8.6% of total)ival-add: 2.0ms (8.6% of total)backward-pass: 1.0ms (4.3% of total)const: 1.0ms (4.3% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 34.0ms | 1.2518702087019482e-70 | 5.405668366391823e-65 |
| 28.0ms | -2.9879362725914597e-46 | -3.468045933995394e-67 |
| 23.0ms | 256× | 0 | valid |
| 10.0ms | 81× | 0 | invalid |
| 9.0ms | 30× | 2 | valid |
| 7.0ms | 34× | 1 | valid |
Compiled 548 to 399 computations (27.2% saved)
ival-mult: 15.0ms (45.2% of total)ival-div: 4.0ms (12.1% of total)ival-sqrt: 4.0ms (12.1% of total)ival-neg: 3.0ms (9% of total)ival-add: 3.0ms (9% of total)ival-sub: 2.0ms (6% of total)const: 1.0ms (3% of total)backward-pass: 1.0ms (3% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 37.0ms | 1.2518702087019482e-70 | 5.405668366391823e-65 |
| 34.0ms | -2.9879362725914597e-46 | -3.468045933995394e-67 |
| 34.0ms | 264× | 0 | valid |
| 10.0ms | 25× | 2 | valid |
| 8.0ms | 87× | 0 | invalid |
| 6.0ms | 31× | 1 | valid |
Compiled 548 to 399 computations (27.2% saved)
ival-mult: 13.0ms (33.2% of total)ival-sqrt: 10.0ms (25.6% of total)ival-sub: 6.0ms (15.3% of total)ival-div: 3.0ms (7.7% of total)ival-neg: 3.0ms (7.7% of total)ival-add: 3.0ms (7.7% of total)backward-pass: 1.0ms (2.6% of total)const: 1.0ms (2.6% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 28.0ms | -1.8905052481175763e-305 | 3.778215497625246e-303 |
| 18.0ms | 144× | 0 | valid |
| 4.0ms | 44× | 0 | invalid |
Compiled 206 to 145 computations (29.6% saved)
ival-mult: 10.0ms (62.6% of total)ival-sub: 1.0ms (6.3% of total)ival-div: 1.0ms (6.3% of total)ival-add: 1.0ms (6.3% of total)ival-sqrt: 1.0ms (6.3% of total)ival-neg: 1.0ms (6.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 37.0ms | 3.778215497625246e-303 | 3.06591837000869e-293 |
| 23.0ms | 160× | 0 | valid |
| 7.0ms | 75× | 0 | invalid |
Compiled 196 to 149 computations (24% saved)
ival-mult: 15.0ms (67.1% of total)ival-div: 2.0ms (8.9% of total)ival-sqrt: 2.0ms (8.9% of total)ival-sub: 1.0ms (4.5% of total)ival-add: 1.0ms (4.5% of total)ival-neg: 1.0ms (4.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 65.0ms | -1.3603825549363366e-270 | -1.8905052481175763e-305 |
| 52.0ms | 176× | 0 | valid |
| 6.0ms | 67× | 0 | invalid |
Compiled 169 to 140 computations (17.2% saved)
ival-mult: 6.0ms (42.9% of total)ival-div: 2.0ms (14.3% of total)ival-sqrt: 2.0ms (14.3% of total)ival-sub: 1.0ms (7.2% of total)ival-add: 1.0ms (7.2% of total)ival-neg: 1.0ms (7.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 24× | *-commutative_binary64 |
| 20× | +-commutative_binary64 |
| 18× | sub-neg_binary64 |
| 10× | neg-mul-1_binary64 |
| 8× | neg-sub0_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 63 | 169 |
| 1 | 85 | 169 |
| 2 | 100 | 169 |
| 3 | 108 | 169 |
| 4 | 112 | 169 |
| 5 | 113 | 169 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal -65999999999999999852307280154645199824313749220942390393237468789529044624821769116385997225984 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 1821252086461621/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -8999999999999999811435226584991697541757714881127914539776040775822231118719209958906265600000 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 4742843975160471/3794275180128377091639574036764685364535950857523710002444946112771297432041422848 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -3106712604222437/26328072917139296674479506920917608079723773850137277813577744384 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 8353476236570635/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -4284307301780699/28948022309329048855892746252171976963317496166410141009864396001978282409984 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 3509704541618749/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(if (<=.f64 b #s(literal 3543833607973009/1508014301265110212210531135789433919262563062937126445449153766240405586123431823342743394534566435927056356253600209291203385124994765794776479899441737755548338772926974008712671009764769795099197087276523896072521861519103442867235119310387667688286379400732806098106007386857498456032472308789536403591243235328 binary64)) (neg.f64 (/.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(if (<=.f64 b #s(literal -1877755279706495/98829225247710262867429368515096341332791332892647518728955741224331220492185227974590031104217345944915565363435943316108305047551656971126471386689813725547615929822542168634993607295943953291620980311754270053008792716515963231747120779125566189619536160406425180445475300105093018814544105228831057745755716670455808 binary64)) (neg.f64 (/.f64 b a)) #s(literal 0 binary64)) |
#s(literal 0 binary64) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -65999999999999999852307280154645199824313749220942390393237468789529044624821769116385997225984 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 1821252086461621/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -8999999999999999811435226584991697541757714881127914539776040775822231118719209958906265600000 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 4742843975160471/3794275180128377091639574036764685364535950857523710002444946112771297432041422848 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -8999999999999999811435226584991697541757714881127914539776040775822231118719209958906265600000 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 4742843975160471/3794275180128377091639574036764685364535950857523710002444946112771297432041422848 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -3106712604222437/26328072917139296674479506920917608079723773850137277813577744384 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 8353476236570635/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 a #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -4284307301780699/28948022309329048855892746252171976963317496166410141009864396001978282409984 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (if (<=.f64 b #s(literal 3509704541618749/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -4 binary64)))) b)) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (-.f64 (/.f64 c b) (/.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(if (<=.f64 b #s(literal 3543833607973009/1508014301265110212210531135789433919262563062937126445449153766240405586123431823342743394534566435927056356253600209291203385124994765794776479899441737755548338772926974008712671009764769795099197087276523896072521861519103442867235119310387667688286379400732806098106007386857498456032472308789536403591243235328 binary64)) (neg.f64 (/.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(if (<=.f64 b #s(literal 3543833607973009/1508014301265110212210531135789433919262563062937126445449153766240405586123431823342743394534566435927056356253600209291203385124994765794776479899441737755548338772926974008712671009764769795099197087276523896072521861519103442867235119310387667688286379400732806098106007386857498456032472308789536403591243235328 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(if (<=.f64 b #s(literal -1877755279706495/98829225247710262867429368515096341332791332892647518728955741224331220492185227974590031104217345944915565363435943316108305047551656971126471386689813725547615929822542168634993607295943953291620980311754270053008792716515963231747120779125566189619536160406425180445475300105093018814544105228831057745755716670455808 binary64)) (neg.f64 (/.f64 b a)) #s(literal 0 binary64)) |
(if (<=.f64 b #s(literal -1877755279706495/98829225247710262867429368515096341332791332892647518728955741224331220492185227974590031104217345944915565363435943316108305047551656971126471386689813725547615929822542168634993607295943953291620980311754270053008792716515963231747120779125566189619536160406425180445475300105093018814544105228831057745755716670455808 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) |
#s(literal 0 binary64) |
| 6536× | *-lowering-*.f32 |
| 6536× | *-lowering-*.f64 |
| 5864× | *-lowering-*.f32 |
| 5864× | *-lowering-*.f64 |
| 5266× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 192 |
| 1 | 229 | 185 |
| 2 | 2149 | 181 |
| 0 | 8443 | 181 |
| 0 | 1075 | 8427 |
| 1 | 3850 | 7887 |
| 0 | 8713 | 7887 |
| 0 | 543 | 3071 |
| 1 | 1886 | 2991 |
| 2 | 7128 | 2986 |
| 0 | 8017 | 2986 |
| 0 | 14 | 16 |
| 1 | 33 | 15 |
| 2 | 72 | 15 |
| 3 | 171 | 15 |
| 4 | 296 | 15 |
| 5 | 528 | 15 |
| 6 | 1046 | 15 |
| 7 | 2242 | 15 |
| 8 | 5162 | 15 |
| 9 | 7732 | 15 |
| 0 | 8148 | 15 |
| 0 | 39 | 185 |
| 1 | 223 | 184 |
| 2 | 2270 | 176 |
| 0 | 8744 | 176 |
| 0 | 13 | 43 |
| 1 | 62 | 43 |
| 2 | 535 | 43 |
| 3 | 7559 | 43 |
| 0 | 8851 | 43 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 535 to 334 computations (37.6% saved)
Compiled 400 to 156 computations (61% saved)
Loading profile data...