
Time bar (total: 15.4s)
| 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 13 computations (38.1% saved)
ival-mult: 88.0ms (67.3% of total)ival-sqrt: 10.0ms (7.6% of total)ival-div: 8.0ms (6.1% of total)ival-neg: 8.0ms (6.1% of total)ival-sub: 7.0ms (5.4% of total)ival-add: 7.0ms (5.4% of total)const: 2.0ms (1.5% of total)backward-pass: 1.0ms (0.8% of total)| 900.0ms | 1884× | 2 | valid |
| 699.0ms | 5554× | 0 | valid |
| 206.0ms | 818× | 1 | valid |
| 127.0ms | 965× | 0 | invalid |
ival-mult: 542.0ms (40.6% of total)ival-sqrt: 175.0ms (13.1% of total)ival-neg: 155.0ms (11.6% of total)ival-sub: 151.0ms (11.3% of total)ival-add: 123.0ms (9.2% of total)ival-div: 111.0ms (8.3% of total)backward-pass: 61.0ms (4.6% of total)const: 16.0ms (1.2% of total)| 2× | egg-herbie |
| 2336× | fnmadd-define |
| 1694× | fma-define |
| 1664× | div-sub |
| 1628× | sum5-define |
| 1602× | fmsub-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 165 |
| 1 | 176 | 150 |
| 2 | 517 | 150 |
| 3 | 1427 | 150 |
| 4 | 4581 | 150 |
| 0 | 12 | 16 |
| 1 | 30 | 15 |
| 2 | 69 | 15 |
| 3 | 168 | 15 |
| 4 | 292 | 15 |
| 5 | 521 | 15 |
| 6 | 1034 | 15 |
| 7 | 2217 | 15 |
| 8 | 5226 | 15 |
| 9 | 7778 | 15 |
| 0 | 8194 | 15 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a))) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 3 a) b)))) (* 3 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/ (- (sqrt (fmsub b b (* a (* 3 c)))) b) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a))) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) 1/3) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ b (sqrt (fmsub b b (* a (* 3 c))))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) -1/3) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) -1/3) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(/ (+ b (sqrt (fmsub b b (* a (* 3 c))))) (* a -3)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) 1/3) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (- (sqrt (fmsub a a (* b (* 3 c)))) a) (* b 3)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (- (sqrt (fmsub b b (* a (* 3 c)))) b) (* 3 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 3 a) b)))) (* 3 a)) |
(/ (- (sqrt (fma b (* a -3) (* c c))) c) (* 3 a)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 98 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| 65 | 0 | - | 0 | - | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| 15 | 0 | - | 2 | (3.3155018319962666e-44 1.7489133448976542e+231 -2.3865814322097022e-42) | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 4 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) a) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | c |
| 0 | 0 | - | 0 | - | (*.f64 b b) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 3 binary64) a) c) |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | a |
| 80.0ms | 48× | 1 | valid |
| 78.0ms | 130× | 2 | valid |
| 62.0ms | 334× | 0 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 51.0ms (50.6% of total)backward-pass: 21.0ms (20.8% of total)ival-sqrt: 7.0ms (6.9% of total)ival-div: 6.0ms (6% of total)ival-neg: 5.0ms (5% of total)ival-add: 5.0ms (5% of total)ival-sub: 4.0ms (4% of total)const: 1.0ms (1% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 53.7% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ▶ | 53.7% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
Compiled 39 to 25 computations (35.9% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| ✓ | cost-diff | 64 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| ✓ | cost-diff | 64 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 2488× | fnmadd-define |
| 1478× | fnmsub-define |
| 1360× | fma-define |
| 1348× | fmm-def |
| 1328× | fmsub-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 126 |
| 1 | 48 | 122 |
| 2 | 108 | 122 |
| 3 | 205 | 122 |
| 4 | 343 | 122 |
| 5 | 586 | 122 |
| 6 | 1144 | 122 |
| 7 | 2351 | 122 |
| 8 | 5045 | 122 |
| 9 | 7110 | 122 |
| 0 | 8229 | 122 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) |
(neg b) |
b |
(sqrt (- (* b b) (* (* 3 a) c))) |
(- (* b b) (* (* 3 a) c)) |
(* b b) |
(* (* 3 a) c) |
(* 3 a) |
3 |
a |
c |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
(* 3 a) |
3 |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(neg b) |
(-.f64 #s(literal 0 binary64) b) |
b |
(sqrt (- (* b b) (* (* 3 a) c))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(- (* b b) (* (* 3 a) c)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
(* (* 3 a) c) |
(*.f64 #s(literal 3 binary64) (*.f64 a c)) |
(* 3 a) |
(*.f64 #s(literal 3 binary64) a) |
3 |
#s(literal 3 binary64) |
a |
c |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(* 3 a) |
(*.f64 #s(literal 3 binary64) a) |
3 |
#s(literal 3 binary64) |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 98.7% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | accuracy | 94.7% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 76.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 64.3% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | accuracy | 98.7% | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| ✓ | accuracy | 94.7% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 76.9% | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| ✓ | accuracy | 64.3% | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| 52.0ms | 167× | 0 | valid |
| 52.0ms | 65× | 2 | valid |
| 9.0ms | 24× | 1 | valid |
Compiled 136 to 20 computations (85.3% saved)
ival-mult: 29.0ms (44.5% of total)ival-div: 13.0ms (20% of total)ival-sqrt: 7.0ms (10.7% of total)backward-pass: 5.0ms (7.7% of total)ival-sub: 4.0ms (6.1% of total)ival-add: 4.0ms (6.1% of total)ival-neg: 3.0ms (4.6% of total)const: 1.0ms (1.5% of total)| Inputs |
|---|
#<alt (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a))> |
#<alt (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c))))> |
#<alt (sqrt (- (* b b) (* (* 3 a) c)))> |
#<alt (- (* b b) (* (* 3 a) c))> |
#<alt (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a))> |
#<alt (- (sqrt (+ (* b b) (* a (* c -3)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -3))))> |
#<alt (+ (* b b) (* a (* c -3)))> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -3 (* a c))> |
#<alt (- (pow b 2) (* 3 (* a c)))> |
#<alt (- (pow b 2) (* 3 (* a c)))> |
#<alt (- (pow b 2) (* 3 (* a c)))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (- (/ (pow b 2) a) (* 3 c)))> |
#<alt (* a (- (/ (pow b 2) a) (* 3 c)))> |
#<alt (* a (- (/ (pow b 2) a) (* 3 c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (- (/ (pow b 2) c) (* 3 a)))> |
#<alt (* c (- (/ (pow b 2) c) (* 3 a)))> |
#<alt (* c (- (/ (pow b 2) c) (* 3 a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a))))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a))))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
72 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 15.0ms | c | @ | -inf | (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) |
| 2.0ms | c | @ | -inf | (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
| 1.0ms | b | @ | inf | (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
| 1.0ms | a | @ | inf | (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
| 1.0ms | b | @ | 0 | (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
| 1× | batch-egg-rewrite |
| 2588× | /-lowering-/.f32 |
| 2588× | /-lowering-/.f64 |
| 2512× | *-lowering-*.f32 |
| 2512× | *-lowering-*.f64 |
| 1756× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 90 |
| 1 | 117 | 86 |
| 2 | 1089 | 86 |
| 0 | 8763 | 86 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) |
(sqrt (- (* b b) (* (* 3 a) c))) |
(- (* b b) (* (* 3 a) c)) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
| Outputs |
|---|
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) b) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (/.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))) (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (neg.f64 (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 b a))) (*.f64 (*.f64 #s(literal 3 binary64) a) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) a)) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) a)) (*.f64 a b)) (*.f64 a (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 #s(literal 3 binary64) a)) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) a) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))))) (neg.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))) (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))))) |
(*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a)) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) a)) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(+.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))) 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 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 b (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 b b) #s(literal 0 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b 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 9 binary64)))) (+.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) #s(literal 0 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 b b) #s(literal 0 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) #s(literal 0 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (sqrt.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (sqrt.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 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 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 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 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 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 9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 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 9 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 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 9 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(+.f64 (*.f64 b b) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(+.f64 (fma.f64 b b (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 b b (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) |
(-.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 b b (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 b b (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 #s(literal 0 binary64) c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 a c)) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (pow.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (pow.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (pow.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) b) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (/.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))) (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (neg.f64 (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 b a))) (*.f64 (*.f64 #s(literal 3 binary64) a) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) a)) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) a)) (*.f64 a b)) (*.f64 a (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 #s(literal 3 binary64) a)) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) a) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))))) (neg.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))) (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))))) |
(*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b)))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (/.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 #s(literal 3 binary64) a) b))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a)) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) a)) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(+.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))) 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 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 (+.f64 (*.f64 b b) #s(literal 0 binary64)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 b (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 b b) #s(literal 0 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b 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 9 binary64)))) (+.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) #s(literal 0 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 b b) #s(literal 0 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 (/.f64 (*.f64 b b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) #s(literal 0 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (sqrt.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (sqrt.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 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 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 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 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 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 9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 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 9 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 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 9 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(+.f64 (*.f64 b b) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(+.f64 (fma.f64 b b (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 b b (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) c) a))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 (*.f64 #s(literal 3 binary64) c) a))) |
(+.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (neg.f64 (*.f64 a (*.f64 c #s(literal 3 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 a (*.f64 c #s(literal 3 binary64))))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) |
(-.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 b b (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 b b (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 #s(literal 0 binary64) c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 a c)) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (pow.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (pow.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (pow.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 a c)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) #s(literal 1 binary64))) |
| 1× | egg-herbie |
| 6018× | *-lowering-*.f32 |
| 6018× | *-lowering-*.f64 |
| 2330× | +-lowering-+.f64 |
| 2330× | +-lowering-+.f32 |
| 1524× | sum3-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 570 | 6482 |
| 1 | 1949 | 6398 |
| 2 | 7332 | 6398 |
| 0 | 8058 | 6398 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -3 (* a c)) |
(- (pow b 2) (* 3 (* a c))) |
(- (pow b 2) (* 3 (* a c))) |
(- (pow b 2) (* 3 (* a c))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(* -3 (* a c)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(* -3 (* a c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))))) a)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -3/8 binary64) (*.f64 a (/.f64 (/.f64 (/.f64 c b) b) b))))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.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 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) (/.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 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal -1/8 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #s(literal 1/2 binary64)))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.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 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 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/3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (/.f64 (*.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)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (neg.f64 a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 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))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))))))) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(- (pow b 2) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(- (pow b 2) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(- (pow b 2) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))))) a)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -3/8 binary64) (*.f64 a (/.f64 (/.f64 (/.f64 c b) b) b))))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.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 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) (/.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 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal -1/8 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #s(literal 1/2 binary64)))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.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 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 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/3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (/.f64 (*.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)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (neg.f64 a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 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))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))))))) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
Compiled 43306 to 2552 computations (94.1% saved)
16 alts after pruning (16 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1026 | 16 | 1042 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1028 | 16 | 1044 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 53.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| 53.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 28.5% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 52.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 #s(literal 3 binary64) a)) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 #s(literal 3 binary64) a))) | |
| ▶ | 34.4% | (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| 10.3% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 53.7% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 34.4% | (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 36.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ▶ | 36.2% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 36.2% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 53.7% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) | |
| 53.6% | (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) | |
| ▶ | 35.9% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
Compiled 574 to 394 computations (31.4% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) |
| ✓ | cost-diff | 128 | (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | cost-diff | 256 | (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) |
| ✓ | cost-diff | 256 | (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 c b) b) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) |
| ✓ | cost-diff | 128 | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | cost-diff | 0 | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 3430× | *-lowering-*.f32 |
| 3430× | *-lowering-*.f64 |
| 1066× | times-frac |
| 1028× | +-lowering-+.f64 |
| 1028× | +-lowering-+.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 284 |
| 1 | 105 | 280 |
| 2 | 267 | 278 |
| 3 | 838 | 276 |
| 4 | 3186 | 275 |
| 0 | 8015 | 275 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (- (* b b) (* 3 (* a c)))) b) (* 3 a)) |
(- (sqrt (- (* b b) (* 3 (* a c)))) b) |
(sqrt (- (* b b) (* 3 (* a c)))) |
(- (* b b) (* 3 (* a c))) |
(* b b) |
b |
(* 3 (* a c)) |
3 |
(* a c) |
a |
c |
(* 3 a) |
(/ (* b -2/3) a) |
(* b -2/3) |
b |
-2/3 |
a |
(* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
(+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) |
(* -1/2 (/ (/ c b) b)) |
-1/2 |
(/ (/ c b) b) |
(/ c b) |
c |
b |
(/ 2/3 a) |
2/3 |
a |
(- 0 b) |
0 |
(/ (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) (* 3 a)) |
(- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) |
(* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) |
(+ 1 (/ (* c (* a -3/2)) (* b b))) |
1 |
(/ (* c (* a -3/2)) (* b b)) |
(* c (* a -3/2)) |
c |
(* a -3/2) |
a |
-3/2 |
(* b b) |
b |
(- 0 b) |
0 |
(* 3 a) |
3 |
(/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 3) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
3 |
| Outputs |
|---|
(/ (- (sqrt (- (* b b) (* 3 (* a c)))) b) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(- (sqrt (- (* b b) (* 3 (* a c)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (- (* b b) (* 3 (* a c)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(- (* b b) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* 3 (* a c)) |
(*.f64 #s(literal 3 binary64) (*.f64 a c)) |
3 |
#s(literal 3 binary64) |
(* a c) |
(*.f64 a c) |
a |
c |
(* 3 a) |
(*.f64 #s(literal 3 binary64) a) |
(/ (* b -2/3) a) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b -2/3) |
(*.f64 b #s(literal -2/3 binary64)) |
b |
-2/3 |
#s(literal -2/3 binary64) |
a |
(* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
(*.f64 b (+.f64 (*.f64 (/.f64 (/.f64 c b) b) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ (/ c b) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (/ c b) b) |
(/.f64 (/.f64 c b) b) |
(/ c b) |
(/.f64 c b) |
c |
b |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
2/3 |
#s(literal 2/3 binary64) |
a |
(- 0 b) |
(-.f64 #s(literal 0 binary64) b) |
0 |
#s(literal 0 binary64) |
(/ (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) (* 3 a)) |
(/.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 a c) b) b) #s(literal 3/2 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64)) a) |
(- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) |
(*.f64 b (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 a c) b) b) #s(literal 3/2 binary64)) #s(literal -2 binary64))) |
(* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) |
(*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 (*.f64 a c) b) b) #s(literal 3/2 binary64)))) |
(+ 1 (/ (* c (* a -3/2)) (* b b))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) |
1 |
#s(literal 1 binary64) |
(/ (* c (* a -3/2)) (* b b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) |
(* c (* a -3/2)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
c |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
a |
-3/2 |
#s(literal -3/2 binary64) |
(* b b) |
(*.f64 b b) |
b |
(- 0 b) |
(-.f64 #s(literal 0 binary64) b) |
0 |
#s(literal 0 binary64) |
(* 3 a) |
(*.f64 #s(literal 3 binary64) a) |
3 |
#s(literal 3 binary64) |
(/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 98.7% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | accuracy | 94.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 76.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 64.3% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | accuracy | 99.7% | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | accuracy | 92.7% | (/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 91.9% | (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | accuracy | 84.6% | (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) |
| ✓ | accuracy | 99.8% | (/.f64 (/.f64 c b) b) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 2/3 binary64) a) |
| ✓ | accuracy | 91.8% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | accuracy | 99.5% | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | accuracy | 98.7% | (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c))) |
| ✓ | accuracy | 94.7% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 76.9% | (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) |
| ✓ | accuracy | 64.3% | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) |
| 112.0ms | 167× | 0 | valid |
| 82.0ms | 65× | 2 | valid |
| 35.0ms | 24× | 1 | valid |
Compiled 307 to 43 computations (86% saved)
ival-mult: 31.0ms (26% of total)ival-div: 29.0ms (24.3% of total)ival-sqrt: 20.0ms (16.7% of total)...c/correct-round.rkt:119:19: 11.0ms (9.2% of total)backward-pass: 11.0ms (9.2% of total)ival-sub: 10.0ms (8.4% of total)ival-add: 6.0ms (5% of total)const: 1.0ms (0.8% of total)| Inputs |
|---|
#<alt (/ (- (sqrt (- (* b b) (* 3 (* a c)))) b) (* 3 a))> |
#<alt (- (sqrt (- (* b b) (* 3 (* a c)))) b)> |
#<alt (sqrt (- (* b b) (* 3 (* a c))))> |
#<alt (- (* b b) (* 3 (* a c)))> |
#<alt (/ (* b -2/3) a)> |
#<alt (* b -2/3)> |
#<alt (* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b))> |
#<alt (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a))> |
#<alt (* -1/2 (/ (/ c b) b))> |
#<alt (/ (/ c b) b)> |
#<alt (/ (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) (* 3 a))> |
#<alt (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b)> |
#<alt (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b))> |
#<alt (+ 1 (/ (* c (* a -3/2)) (* b b)))> |
#<alt (/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 3)> |
#<alt (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a)> |
#<alt (- (sqrt (+ (* b b) (* a (* c -3)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -3))))> |
#<alt (/ 2/3 a)> |
#<alt (/ (* c (* a -3/2)) (* b b))> |
#<alt (* c (* a -3/2))> |
#<alt (+ (* b b) (* a (* c -3)))> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -3 (* a c))> |
#<alt (- (pow b 2) (* 3 (* a c)))> |
#<alt (- (pow b 2) (* 3 (* a c)))> |
#<alt (- (pow b 2) (* 3 (* a c)))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (- (/ (pow b 2) a) (* 3 c)))> |
#<alt (* a (- (/ (pow b 2) a) (* 3 c)))> |
#<alt (* a (- (/ (pow b 2) a) (* 3 c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (- (/ (pow b 2) c) (* 3 a)))> |
#<alt (* c (- (/ (pow b 2) c) (* 3 a)))> |
#<alt (* c (- (/ (pow b 2) c) (* 3 a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a))))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a))))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (/ 2/3 a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ 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 (/ c (pow b 2))> |
#<alt (* 1/3 (/ (- (* -1 b) b) a))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))))> |
#<alt (* 1/3 (/ (- (* -1 b) b) a))> |
#<alt (/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (- (* -1 b) b)> |
#<alt (- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b)> |
#<alt (- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b)> |
#<alt (- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b)> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c)))> |
#<alt (* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c)))> |
#<alt (* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c)))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c)))))> |
#<alt (* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c)))))> |
#<alt (* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c)))))> |
#<alt (- (* -1 b) b)> |
#<alt (- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b)> |
#<alt (- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b)> |
#<alt (- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b)> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a)))> |
#<alt (* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a)))> |
#<alt (* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a)))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a)))))> |
#<alt (* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a)))))> |
#<alt (* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a)))))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b)> |
#<alt (/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b)> |
#<alt (/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b)> |
#<alt (* -2 b)> |
#<alt (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2))> |
#<alt (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2))> |
#<alt (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2))> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 b)> |
#<alt (+ (* -1 b) (* 3/2 (/ (* a c) b)))> |
#<alt (+ (* -1 b) (* 3/2 (/ (* a c) b)))> |
#<alt (+ (* -1 b) (* 3/2 (/ (* a c) b)))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))> |
#<alt (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))> |
#<alt (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* -1 (* c (+ (* -3/2 (/ a b)) (/ b c))))> |
#<alt (* -1 (* c (+ (* -3/2 (/ a b)) (/ b c))))> |
#<alt (* -1 (* c (+ (* -3/2 (/ a b)) (/ b c))))> |
#<alt (* -1 b)> |
#<alt (+ (* -1 b) (* 3/2 (/ (* a c) b)))> |
#<alt (+ (* -1 b) (* 3/2 (/ (* a c) b)))> |
#<alt (+ (* -1 b) (* 3/2 (/ (* a c) b)))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))> |
#<alt (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))> |
#<alt (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* -1 (* a (+ (* -3/2 (/ c b)) (/ b a))))> |
#<alt (* -1 (* a (+ (* -3/2 (/ c b)) (/ b a))))> |
#<alt (* -1 (* a (+ (* -3/2 (/ c b)) (/ b a))))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b)> |
#<alt (/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b)> |
#<alt (/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b)> |
#<alt (* -1 b)> |
#<alt (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))> |
#<alt (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))> |
#<alt (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
174 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 23.0ms | b | @ | 0 | (* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
| 17.0ms | a | @ | 0 | (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) |
| 6.0ms | a | @ | -inf | (/ (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) (* 3 a)) |
| 2.0ms | a | @ | 0 | (/ (* b -2/3) a) |
| 1.0ms | a | @ | inf | (/ (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) (* 3 a)) |
| 1× | batch-egg-rewrite |
| 2776× | fma-lowering-fma.f32 |
| 2776× | fma-lowering-fma.f64 |
| 2444× | *-lowering-*.f32 |
| 2444× | *-lowering-*.f64 |
| 1966× | prod-diff |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 218 |
| 1 | 258 | 214 |
| 2 | 2497 | 212 |
| 0 | 8317 | 212 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (- (* b b) (* 3 (* a c)))) b) (* 3 a)) |
(- (sqrt (- (* b b) (* 3 (* a c)))) b) |
(sqrt (- (* b b) (* 3 (* a c)))) |
(- (* b b) (* 3 (* a c))) |
(/ (* b -2/3) a) |
(* b -2/3) |
(* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
(+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) |
(* -1/2 (/ (/ c b) b)) |
(/ (/ c b) b) |
(/ (- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) (* 3 a)) |
(- (* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) b) |
(* (+ 1 (/ (* c (* a -3/2)) (* b b))) (- 0 b)) |
(+ 1 (/ (* c (* a -3/2)) (* b b))) |
(/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 3) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(/ 2/3 a) |
(/ (* c (* a -3/2)) (* b b)) |
(* c (* a -3/2)) |
(+ (* b b) (* a (* c -3))) |
| Outputs |
|---|
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal -3 binary64))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) |
(+.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) b) |
(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 -3 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 -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 9 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #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 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #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 9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) c) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+.f64 (fma.f64 b b (neg.f64 (*.f64 (*.f64 c #s(literal 3 binary64)) a))) (fma.f64 (neg.f64 (*.f64 c #s(literal 3 binary64))) a (*.f64 (*.f64 c #s(literal 3 binary64)) a))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))) |
(-.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 b b (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 b b (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) c)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 #s(literal 0 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) c)) #s(literal 3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) c)) (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 b #s(literal -2/3 binary64)) |
(*.f64 #s(literal -2/3 binary64) b) |
(+.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) #s(literal 0 binary64)) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))) |
(+.f64 (*.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) #s(literal 0 binary64) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(fma.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))) |
(neg.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)))) |
(neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) |
(+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 a a)) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(fma.f64 (/.f64 c b) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) (/.f64 #s(literal 2/3 binary64) a)) |
(fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1/2 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(fma.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 2/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))) (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 a a)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 a #s(literal 2/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) a) (*.f64 b #s(literal 2/3 binary64))) (*.f64 b a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 a #s(literal 2/3 binary64))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) (*.f64 a b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal 2/3 binary64)) (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) (*.f64 (/.f64 a #s(literal 2/3 binary64)) b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a)))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 a a)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))))) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 c b) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (/.f64 c b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) b)) |
(/.f64 c (*.f64 b b)) |
(/.f64 (/.f64 c b) b) |
(/.f64 (/.f64 c b) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 c b)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b c)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 c b)))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 c b) #s(literal 1 binary64)) b) |
(pow.f64 (/.f64 b (/.f64 c b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (/.f64 c b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(*.f64 (pow.f64 (/.f64 b (-.f64 #s(literal 0 binary64) c)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) a) (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(fma.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) a) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) a) (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) a) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))))) |
(/.f64 (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (*.f64 (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) #s(literal 1 binary64)) (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)))) (+.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (+.f64 (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) |
(*.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) (/.f64 (*.f64 b b) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) |
(-.f64 (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64)) b) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 #s(literal -1 binary64) b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 b (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))))) |
(*.f64 (*.f64 (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1 binary64) (+.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 0 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(neg.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) b)) |
(/.f64 (*.f64 b (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) b) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b b) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) b) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(fma.f64 c (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 a c) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 c b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 a c) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 c b) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(fma.f64 (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) c #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal -3/2 binary64) b) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) c) (*.f64 (*.f64 a a) a)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) (-.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal -3 binary64))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 (*.f64 #s(literal 3 binary64) a) b)) (*.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) #s(literal 2 binary64)) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (neg.f64 (/.f64 b a))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b (*.f64 (/.f64 #s(literal 1 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 b a))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a a) a)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a a) a))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b a) (/.f64 b a)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 2 binary64)) (*.f64 (/.f64 b a) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) |
(+.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) b) |
(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 -3 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 -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 9 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #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 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #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 9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 2/3 binary64) a) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 2/3 binary64)))) |
(pow.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal 3/2 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b))) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b)) b) |
(/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 b (/.f64 c b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a c) #s(literal 3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 c b) (*.f64 a #s(literal -3/2 binary64))) b) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (/.f64 b c)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(*.f64 (*.f64 a c) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (*.f64 a c) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) c) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 a c)) #s(literal -1 binary64)) (pow.f64 (/.f64 b #s(literal -3/2 binary64)) #s(literal -1 binary64))) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 a (*.f64 #s(literal -3/2 binary64) c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 (*.f64 a c) #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 a c)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) c) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) a) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (fma.f64 (neg.f64 (*.f64 #s(literal 3 binary64) c)) a (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) c) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+.f64 (fma.f64 b b (neg.f64 (*.f64 (*.f64 c #s(literal 3 binary64)) a))) (fma.f64 (neg.f64 (*.f64 c #s(literal 3 binary64))) a (*.f64 (*.f64 c #s(literal 3 binary64)) a))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))) |
(-.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 b b (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 b b (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) c)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) a) (-.f64 #s(literal 0 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) c)) #s(literal 3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) c)) (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 c c) c))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 #s(literal 3 binary64) c)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 3 binary64) c)))) #s(literal 1 binary64))) |
| 1× | egg-herbie |
| 8100× | *-lowering-*.f32 |
| 8100× | *-lowering-*.f64 |
| 4040× | +-lowering-+.f64 |
| 4040× | +-lowering-+.f32 |
| 1514× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 786 | 10567 |
| 1 | 2742 | 10420 |
| 0 | 8467 | 10420 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -3 (* a c)) |
(- (pow b 2) (* 3 (* a c))) |
(- (pow b 2) (* 3 (* a c))) |
(- (pow b 2) (* 3 (* a c))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(* -3 (* a c)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(* -3 (* a c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* -1/2 (/ c (pow b 2))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1/2 (/ c (pow b 2))) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(/ 2/3 a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(* -1/2 (/ c (pow b 2))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/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)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(* 1/3 (/ (- (* -1 b) b) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))) |
(* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))) |
(* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))) |
(* 1/3 (/ (- (* -1 b) b) a)) |
(/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(- (* -1 b) b) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(* 3/2 (/ (* a c) b)) |
(* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c))) |
(* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c))) |
(* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c))) |
(* 3/2 (/ (* a c) b)) |
(* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c))))) |
(* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c))))) |
(* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c))))) |
(- (* -1 b) b) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(* 3/2 (/ (* a c) b)) |
(* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a))) |
(* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a))) |
(* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a))) |
(* 3/2 (/ (* a c) b)) |
(* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a))))) |
(* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a))))) |
(* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a))))) |
(* 3/2 (/ (* a c) b)) |
(/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b) |
(/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b) |
(/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b) |
(* -2 b) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(* 3/2 (/ (* a c) b)) |
(* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))) |
(* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))) |
(* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))) |
(* 3/2 (/ (* a c) b)) |
(* -1 (* c (+ (* -3/2 (/ a b)) (/ b c)))) |
(* -1 (* c (+ (* -3/2 (/ a b)) (/ b c)))) |
(* -1 (* c (+ (* -3/2 (/ a b)) (/ b c)))) |
(* -1 b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(* 3/2 (/ (* a c) b)) |
(* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))) |
(* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))) |
(* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))) |
(* 3/2 (/ (* a c) b)) |
(* -1 (* a (+ (* -3/2 (/ c b)) (/ b a)))) |
(* -1 (* a (+ (* -3/2 (/ c b)) (/ b a)))) |
(* -1 (* a (+ (* -3/2 (/ c b)) (/ b a)))) |
(* 3/2 (/ (* a c) b)) |
(/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b) |
(/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b) |
(/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b) |
(* -1 b) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(* -3/2 (/ c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(* -3/2 (/ c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(* -3/2 (/ c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a)))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/24 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal 1/24 binary64)))) a)) a)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 a (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 a b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c)))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b)) (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 b a))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/2 binary64))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.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 -3 binary64))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64)))) (*.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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.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 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 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 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (/.f64 (*.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)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (neg.f64 a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 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)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (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 -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))) (*.f64 (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 -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(- (pow b 2) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(- (pow b 2) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(- (pow b 2) (* 3 (* a c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (- (/ (pow b 2) a) (* 3 c))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (- (/ (pow b 2) c) (* 3 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))) (neg.f64 c)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))) (neg.f64 c)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))) (neg.f64 c)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) a) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.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)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(* 1/3 (/ (- (* -1 b) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) c))) |
(* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) c))) |
(* c (+ (* 1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) c))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) c) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) c) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* -1/3 (/ (- (* -1 (/ b a)) (/ b a)) c)) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) c) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* 1/3 (/ (- (* -1 b) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a) |
(/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b) (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64)))) a) |
(/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b) (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64)))) a) |
(/ (+ (* 1/3 (- (* -1 b) b)) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b) (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64)))) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(+ (* 1/3 (/ (- (* -1 b) b) a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b #s(literal -2 binary64))) a)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(- (* -1 b) b) |
(*.f64 b #s(literal -2 binary64)) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(+.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) (*.f64 b #s(literal -2 binary64))) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(+.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) (*.f64 b #s(literal -2 binary64))) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(+.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) (*.f64 b #s(literal -2 binary64))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 (*.f64 b #s(literal -2 binary64)) c))) |
(* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 (*.f64 b #s(literal -2 binary64)) c))) |
(* c (- (+ (* -1 (/ b c)) (* 3/2 (/ a b))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 (*.f64 b #s(literal -2 binary64)) c))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3/2 (/ a b)) (* -1 (/ (- (* -1 b) b) c))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) (neg.f64 c)) |
(- (* -1 b) b) |
(*.f64 b #s(literal -2 binary64)) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(+.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) (*.f64 b #s(literal -2 binary64))) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(+.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) (*.f64 b #s(literal -2 binary64))) |
(- (+ (* -1 b) (* 3/2 (/ (* a c) b))) b) |
(+.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) (*.f64 b #s(literal -2 binary64))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) a))) |
(* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) a))) |
(* a (- (+ (* -1 (/ b a)) (* 3/2 (/ c b))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) a))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2 binary64)) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2 binary64)) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -3/2 (/ c b)) (* -1 (/ (- (* -1 b) b) a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2 binary64)) a)) (neg.f64 a)) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) |
(/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) |
(/ (+ (* -2 (pow b 2)) (* 3/2 (* a c))) b) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)) |
(*.f64 b (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -2 binary64))) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)) |
(*.f64 b (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -2 binary64))) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)) |
(*.f64 b (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -2 binary64))) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) b) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c))) |
(* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c))) |
(* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* -1 (* c (+ (* -3/2 (/ a b)) (/ b c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3/2 (/ a b)) (/ b c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3/2 (/ a b)) (/ b c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) b) |
(+ (* -1 b) (* 3/2 (/ (* a c) b))) |
(-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) b) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))) |
(*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) |
(* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))) |
(*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) |
(* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))) |
(*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(* -1 (* a (+ (* -3/2 (/ c b)) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (neg.f64 a)) |
(* -1 (* a (+ (* -3/2 (/ c b)) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (neg.f64 a)) |
(* -1 (* a (+ (* -3/2 (/ c b)) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (neg.f64 a)) |
(* 3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) |
(/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))) (*.f64 b b)) b) |
(/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))) (*.f64 b b)) b) |
(/ (+ (* -1 (pow b 2)) (* 3/2 (* a c))) b) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))) (*.f64 b b)) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)) |
(*.f64 b (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -1 binary64))) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)) |
(*.f64 b (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -1 binary64))) |
(* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)) |
(*.f64 b (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -1 binary64))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1 binary64) c)) (neg.f64 c)) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1 binary64) c)) (neg.f64 c)) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1 binary64) c)) (neg.f64 c)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 3/2 binary64)) (/.f64 #s(literal -1 binary64) a)))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 3/2 binary64)) (/.f64 #s(literal -1 binary64) a)))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 3/2 binary64)) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (*.f64 b b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a)))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/24 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal 1/24 binary64)))) a)) a)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 a (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 a b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c)))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) a)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) a) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) a)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 b a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 (+.f64 b (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal 1/8 binary64)))) a)) a)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 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 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 b a) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c))) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b)) (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 b a))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/2 binary64))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.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 -3 binary64))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64)))) (*.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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.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 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 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 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (/.f64 (*.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)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (neg.f64 a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 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 -3 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)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (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 -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))) (*.f64 (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 -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 c)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
Compiled 36338 to 3103 computations (91.5% saved)
28 alts after pruning (26 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1344 | 18 | 1362 |
| Fresh | 3 | 8 | 11 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1350 | 28 | 1378 |
| Status | Accuracy | Program |
|---|---|---|
| 10.8% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) | |
| ▶ | 10.3% | (/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
| 53.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 32.2% | (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) | |
| 28.0% | (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 28.5% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 36.8% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
| 35.8% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) | |
| 31.8% | (/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) | |
| 0.7% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) | |
| 36.0% | (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 53.7% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 12.2% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) | |
| 9.7% | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) | |
| 36.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 36.2% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 36.2% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 36.0% | (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 18.7% | (*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) | |
| ▶ | 53.7% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
| 36.2% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) | |
| 53.6% | (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) | |
| ▶ | 29.4% | (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
| 30.5% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) | |
| ▶ | 36.1% | (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
Compiled 985 to 614 computations (37.7% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
| ✓ | cost-diff | 512 | (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) |
| ✓ | cost-diff | 512 | (/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
| ✓ | cost-diff | 128 | (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
| ✓ | cost-diff | 384 | (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -3/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
| 2458× | *-lowering-*.f32 |
| 2458× | *-lowering-*.f64 |
| 2152× | fma-lowering-fma.f32 |
| 2152× | fma-lowering-fma.f64 |
| 2032× | fmm-def |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 254 |
| 1 | 101 | 247 |
| 2 | 297 | 247 |
| 3 | 979 | 219 |
| 4 | 3496 | 217 |
| 5 | 6822 | 216 |
| 0 | 8598 | 216 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* a (* c -3)))) b)) |
(/ 1/3 a) |
1/3 |
a |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
(* c -3) |
c |
-3 |
(* -2/3 (/ b a)) |
-2/3 |
(/ b a) |
b |
a |
(/ (/ (* c -3/2) b) 3) |
(/ (* c -3/2) b) |
(* c -3/2) |
c |
-3/2 |
b |
3 |
(* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b)) |
(* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) |
c |
(+ (/ 2/3 (* c a)) (/ -1/2 (* b b))) |
(/ 2/3 (* c a)) |
2/3 |
(* c a) |
a |
(/ -1/2 (* b b)) |
-1/2 |
(* b b) |
b |
(- 0 b) |
0 |
(/ (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) 3) |
(/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) |
(- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) |
(* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) |
b |
(+ 1 (/ (* (* c a) -3/2) (* b b))) |
1 |
(/ (* (* c a) -3/2) (* b b)) |
(* (* c a) -3/2) |
(* c a) |
c |
a |
-3/2 |
(* b b) |
3 |
| Outputs |
|---|
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* a (* c -3)))) b)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
-2/3 |
#s(literal -2/3 binary64) |
(/ b a) |
(/.f64 b a) |
b |
a |
(/ (/ (* c -3/2) b) 3) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (* c -3/2) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(* c -3/2) |
(*.f64 c #s(literal -3/2 binary64)) |
c |
-3/2 |
#s(literal -3/2 binary64) |
b |
3 |
#s(literal 3 binary64) |
(* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b)) |
(-.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b))) |
c |
(+ (/ 2/3 (* c a)) (/ -1/2 (* b b))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ 2/3 (* c a)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 a c)) |
2/3 |
#s(literal 2/3 binary64) |
(* c a) |
(*.f64 a c) |
a |
(/ -1/2 (* b b)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 b b)) |
-1/2 |
#s(literal -1/2 binary64) |
(* b b) |
(*.f64 b b) |
b |
(- 0 b) |
(-.f64 #s(literal 0 binary64) b) |
0 |
#s(literal 0 binary64) |
(/ (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) 3) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 a b)) |
(- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) |
(+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b)) |
b |
(+ 1 (/ (* (* c a) -3/2) (* b b))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) |
1 |
#s(literal 1 binary64) |
(/ (* (* c a) -3/2) (* b b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) |
(* (* c a) -3/2) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* c a) |
(*.f64 a c) |
c |
a |
-3/2 |
#s(literal -3/2 binary64) |
(* b b) |
(*.f64 b b) |
3 |
#s(literal 3 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 91.9% | (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
| ✓ | accuracy | 84.6% | (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
| ✓ | accuracy | 82.0% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) |
| ✓ | accuracy | 55.4% | (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) |
| ✓ | accuracy | 98.7% | (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
| ✓ | accuracy | 98.7% | (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
| ✓ | accuracy | 91.8% | (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | accuracy | 78.3% | (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -3/2 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
| ✓ | accuracy | 99.3% | (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
| ✓ | accuracy | 98.7% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | accuracy | 94.7% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
| ✓ | accuracy | 76.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 64.3% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| 157.0ms | 90× | 2 | valid |
| 75.0ms | 86× | 1 | valid |
| 53.0ms | 80× | 0 | valid |
Compiled 267 to 40 computations (85% saved)
ival-mult: 38.0ms (29.4% of total)ival-div: 33.0ms (25.5% of total)...c/correct-round.rkt:119:19: 20.0ms (15.5% of total)backward-pass: 17.0ms (13.2% of total)ival-sub: 8.0ms (6.2% of total)ival-add: 8.0ms (6.2% of total)ival-sqrt: 5.0ms (3.9% of total)const: 2.0ms (1.5% of total)| Inputs |
|---|
#<alt (* (/ 1/3 a) (- (sqrt (+ (* b b) (* a (* c -3)))) b))> |
#<alt (/ 1/3 a)> |
#<alt (- (sqrt (+ (* b b) (* a (* c -3)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -3))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ (/ (* c -3/2) b) 3)> |
#<alt (/ (* c -3/2) b)> |
#<alt (* c -3/2)> |
#<alt (* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b))> |
#<alt (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b))))> |
#<alt (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))> |
#<alt (/ 2/3 (* c a))> |
#<alt (/ (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) 3)> |
#<alt (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a)> |
#<alt (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b)> |
#<alt (* b (+ 1 (/ (* (* c a) -3/2) (* b b))))> |
#<alt (+ (* b b) (* a (* c -3)))> |
#<alt (/ (* (* c a) -3/2) (* b b))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ 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/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (/ 2/3 a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c)> |
#<alt (/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c)> |
#<alt (/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c)> |
#<alt (/ -1/2 (pow b 2))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (/ -1/2 (pow b 2))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a)> |
#<alt (/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a)> |
#<alt (/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a)> |
#<alt (/ -1/2 (pow b 2))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (/ -1/2 (pow b 2))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (/ -1/2 (pow b 2))> |
#<alt (/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2))> |
#<alt (/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2))> |
#<alt (/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2))> |
#<alt (/ 2/3 (* a c))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (/ 2/3 (* a c))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (/ 2/3 (* a c))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt b> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
144 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 23.0ms | b | @ | 0 | (* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b)) |
| 1.0ms | c | @ | 0 | (* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b)) |
| 1.0ms | b | @ | -inf | (/ (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) 3) |
| 1.0ms | a | @ | inf | (/ (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) 3) |
| 1.0ms | a | @ | 0 | (* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b)) |
| 1× | batch-egg-rewrite |
| 3102× | /-lowering-/.f32 |
| 3102× | /-lowering-/.f64 |
| 2692× | *-lowering-*.f32 |
| 2692× | *-lowering-*.f64 |
| 2310× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 184 |
| 1 | 231 | 175 |
| 2 | 2443 | 166 |
| 0 | 8678 | 166 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* a (* c -3)))) b)) |
(/ 1/3 a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(* -2/3 (/ b a)) |
(/ b a) |
(/ (/ (* c -3/2) b) 3) |
(/ (* c -3/2) b) |
(* c -3/2) |
(* (* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) (- 0 b)) |
(* c (+ (/ 2/3 (* c a)) (/ -1/2 (* b b)))) |
(+ (/ 2/3 (* c a)) (/ -1/2 (* b b))) |
(/ 2/3 (* c a)) |
(/ (/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) 3) |
(/ (- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) a) |
(- (* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) b) |
(* b (+ 1 (/ (* (* c a) -3/2) (* b b)))) |
(+ (* b b) (* a (* c -3))) |
(/ (* (* c a) -3/2) (* b b)) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -1/3 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 -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64))) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (fma.f64 #s(literal -1 binary64) b b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(+.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) b) |
(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 -3 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 -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 9 binary64))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.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 9 binary64))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #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 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.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 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 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 9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 9 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(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 b (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 b a) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) 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 b (*.f64 b b)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) 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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal -3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))))) |
(/.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) b) #s(literal -3 binary64)) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 c #s(literal 3/2 binary64)) (neg.f64 (*.f64 b #s(literal 3 binary64)))) |
(/.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64))) (neg.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 3 binary64)) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) #s(literal 1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) (*.f64 b #s(literal 3 binary64)))) |
(*.f64 c (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 3 binary64)))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 c b))) |
(*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) b) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 c #s(literal 3 binary64)) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (pow.f64 (/.f64 #s(literal -3 binary64) (*.f64 c #s(literal 3/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 c #s(literal 3/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(*.f64 (*.f64 c #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) c) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(*.f64 c #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) c) |
(+.f64 (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) #s(literal 0 binary64)) (*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(+.f64 (*.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) (*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (*.f64 b (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) |
(neg.f64 (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) b)) |
(/.f64 (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 c (*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(*.f64 (*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) c) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(+.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) |
(fma.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) |
(fma.f64 #s(literal 2/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) c) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) c (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) c) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) c (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) |
(fma.f64 (*.f64 c #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)))) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) (-.f64 (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) (-.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64))))) (*.f64 a (*.f64 c (*.f64 b b)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 c (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) c) (*.f64 a (*.f64 c (*.f64 b b)))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) c) (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))) c) (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)))) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) (-.f64 (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c))) (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) (neg.f64 (-.f64 (/.f64 (*.f64 c #s(literal 2/3 binary64)) (*.f64 a c)) (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))))) (neg.f64 (*.f64 a (*.f64 c (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (neg.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 c (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) c)) (neg.f64 (*.f64 a (*.f64 c (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) c)) (neg.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))) c)) (neg.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) c) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal 1/2 binary64) (*.f64 b b))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 a c))) |
(-.f64 (/.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(fma.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 2/3 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -1/2 binary64) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(fma.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 b b))) (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (*.f64 a (*.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))))) |
(/.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 b b))) (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (*.f64 a c) #s(literal 1 binary64))) (*.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a c) #s(literal 1/2 binary64))) (*.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 (*.f64 a c) (/.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a c) b)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 b (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (/.f64 #s(literal -1/2 binary64) b))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) (*.f64 b b)) (*.f64 a #s(literal -1/2 binary64))) (*.f64 a (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) b) (*.f64 a (/.f64 #s(literal -1/2 binary64) b))) (*.f64 a b)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 (*.f64 b b) #s(literal -2/3 binary64))) (*.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (*.f64 b b)) (*.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 b b) (/.f64 #s(literal 2/3 binary64) c))) (*.f64 (*.f64 b b) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) #s(literal -2/3 binary64))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a c)) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) #s(literal 2/3 binary64))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (*.f64 a c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (/.f64 #s(literal 2/3 binary64) c))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 a c)) (*.f64 b #s(literal 2/3 binary64))) (*.f64 b (*.f64 a c))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) b) (*.f64 b (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) a) (*.f64 b (/.f64 #s(literal 2/3 binary64) c))) (*.f64 b a)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64))))) (neg.f64 (*.f64 a (*.f64 c (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (*.f64 a c)) (*.f64 b b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) b)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (*.f64 a c) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a c) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 (*.f64 a c) (/.f64 #s(literal -1/2 binary64) b)))) (neg.f64 (*.f64 (*.f64 a c) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 b (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (/.f64 #s(literal -1/2 binary64) b)))) (neg.f64 (*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) (*.f64 b b)) (*.f64 a #s(literal -1/2 binary64)))) (neg.f64 (*.f64 a (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 a #s(literal 1 binary64)))) (neg.f64 (*.f64 a (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 a #s(literal 1/2 binary64)))) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) c) b) (*.f64 a (/.f64 #s(literal -1/2 binary64) b)))) (neg.f64 (*.f64 a b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 (*.f64 b b) #s(literal -2/3 binary64)))) (neg.f64 (*.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 b b) (/.f64 #s(literal 2/3 binary64) c)))) (neg.f64 (*.f64 (*.f64 b b) a))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) #s(literal -2/3 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a c)) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) #s(literal 2/3 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (*.f64 a c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) (/.f64 #s(literal 2/3 binary64) c)))) (neg.f64 (*.f64 (/.f64 (*.f64 b b) #s(literal -1/2 binary64)) a))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -2/3 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 2/3 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 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 (*.f64 a c) #s(literal 2/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) c)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (*.f64 b #s(literal -2/3 binary64)))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 a c)) (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (*.f64 b (*.f64 a c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) b)) (neg.f64 (*.f64 b (/.f64 (*.f64 a c) #s(literal 2/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) a) (*.f64 b (/.f64 #s(literal 2/3 binary64) c)))) (neg.f64 (*.f64 b a))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))))) (neg.f64 (neg.f64 (*.f64 a (*.f64 c (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (neg.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (*.f64 a c))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(pow.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 b b))) (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) #s(literal 2/3 binary64)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 b b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 8/27 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal 1/4 binary64) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 a c)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a c))) |
(/.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(/.f64 #s(literal -2/3 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c))))) |
(/.f64 #s(literal 2/3 binary64) (*.f64 a c)) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 2/3 binary64) c))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64))))) |
(/.f64 (/.f64 #s(literal 2/3 binary64) c) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 #s(literal 2/3 binary64) c)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 2/3 binary64) c)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 2/3 binary64) a) c) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 2/3 binary64) c))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 c)) |
(pow.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 #s(literal 2/3 binary64) c)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a c))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) (*.f64 a c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 2/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2/3 binary64) c)) |
(*.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) #s(literal -2/3 binary64)) |
(*.f64 (pow.f64 (neg.f64 c) #s(literal -1 binary64)) (pow.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) #s(literal 3 binary64)) (/.f64 (/.f64 b a) #s(literal 3 binary64))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a) #s(literal -3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a))))) |
(/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)))) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) (neg.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) #s(literal 1/3 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) #s(literal 3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal 1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b (/.f64 b a))) |
(+.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a) (/.f64 b a))) |
(+.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (neg.f64 (/.f64 b a))) |
(+.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(+.f64 (fma.f64 b (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) a) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 b (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 b a)) |
(fma.f64 b (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) a) (neg.f64 (/.f64 b a))) |
(fma.f64 b (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) (/.f64 b a) (neg.f64 (/.f64 b a))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) (/.f64 b a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(fma.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 b a))) |
(fma.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(neg.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))))) |
(/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (*.f64 a (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 a (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))) (neg.f64 (*.f64 a (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a)) (+.f64 (*.f64 (/.f64 b a) (/.f64 b a)) (*.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a)) (*.f64 (/.f64 b a) (/.f64 b a))) (+.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) |
(/.f64 (-.f64 (neg.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64)))) (neg.f64 (*.f64 a (/.f64 a b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) a))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a)) (+.f64 (*.f64 (/.f64 b a) (/.f64 b a)) (*.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 b a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a)) (*.f64 (/.f64 b a) (/.f64 b a)))) (neg.f64 (+.f64 (/.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (/.f64 b a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(pow.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) a)) |
(*.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(+.f64 b (-.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) b)) |
(+.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (fma.f64 #s(literal -1 binary64) b b)) |
(+.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) |
(+.f64 (+.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) |
(-.f64 (/.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (/.f64 (*.f64 b b) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(-.f64 (+.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) b)) |
(fma.f64 b (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal 1 binary64) b (-.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) b)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) b (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) |
(fma.f64 #s(literal -1 binary64) b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))) (neg.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))) (neg.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) |
(+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) b) |
(fma.f64 b #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) |
(fma.f64 b (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) b) |
(fma.f64 (*.f64 a c) (*.f64 (/.f64 #s(literal -3/2 binary64) (*.f64 b b)) b) b) |
(fma.f64 #s(literal 1 binary64) b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b) b) |
(fma.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) b b) |
(fma.f64 (/.f64 (*.f64 a c) b) (*.f64 (/.f64 #s(literal -3/2 binary64) b) b) b) |
(fma.f64 (*.f64 b (*.f64 a c)) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)) b) |
(fma.f64 (*.f64 b (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) |
(fma.f64 (*.f64 b (/.f64 (*.f64 a c) b)) (/.f64 #s(literal -3/2 binary64) b) b) |
(/.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) |
(/.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) b) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) b) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) (neg.f64 (-.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) |
(/.f64 (neg.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) b)) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) b)) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) b) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 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 -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 c (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) #s(literal -27 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) |
(/.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 (*.f64 a c) b) #s(literal -3/2 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a c) b) #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 c (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) |
(*.f64 c (*.f64 a (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) |
(*.f64 c (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 a c) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) (/.f64 (*.f64 a c) b)) |
(*.f64 (/.f64 (*.f64 a c) #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) |
(*.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (*.f64 b b)) (*.f64 a c)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a c)) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) b)) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (pow.f64 (/.f64 b c) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
| 1× | egg-herbie |
| 6672× | *-lowering-*.f32 |
| 6672× | *-lowering-*.f64 |
| 3102× | +-lowering-+.f64 |
| 3102× | +-lowering-+.f32 |
| 1900× | sum3-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 627 | 6213 |
| 1 | 2125 | 6153 |
| 2 | 7629 | 6153 |
| 0 | 8573 | 6153 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ 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/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* -1/2 (/ c (pow b 2))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(/ 2/3 a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(* -1/2 (/ c (pow b 2))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(/ 2/3 (* a c)) |
(/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c) |
(/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c) |
(/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c) |
(/ -1/2 (pow b 2)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(/ -1/2 (pow b 2)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(/ 2/3 (* a c)) |
(/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a) |
(/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a) |
(/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a) |
(/ -1/2 (pow b 2)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(/ -1/2 (pow b 2)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(/ -1/2 (pow b 2)) |
(/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2)) |
(/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2)) |
(/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2)) |
(/ 2/3 (* a c)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(/ 2/3 (* a c)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(/ 2/3 (* a c)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* -3/2 (/ (* a c) b)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* -3/2 (/ (* a c) b)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 c (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 c (*.f64 a a)) a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) c)))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -9/8 binary64) a)))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (sqrt.f64 #s(literal -3 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) b) a)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) c) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) c) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (/.f64 a (*.f64 b (*.f64 b b))))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (/.f64 a (*.f64 b (*.f64 b b))))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 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 405/64 binary64) b))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (-.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (-.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 b 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) #s(literal -1/8 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))) (*.f64 c c))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.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 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.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 (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -9/8 binary64) a))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (sqrt.f64 #s(literal -3 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/16 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 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 c c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/16 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 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) c) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) c) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (/.f64 a (*.f64 b (*.f64 b b)))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 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))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) 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/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/2 (/ c b)) |
(*.f64 c (/.f64 #s(literal 1/2 binary64) b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 b (/.f64 #s(literal -2/3 binary64) (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 b (/.f64 #s(literal -2/3 binary64) (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 b (/.f64 #s(literal -2/3 binary64) (*.f64 c a))))) |
(* 1/2 (/ c b)) |
(*.f64 c (/.f64 #s(literal 1/2 binary64) b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) a) b) c) (/.f64 #s(literal -1/2 binary64) b)) #s(literal -1 binary64))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) a) b) c) (/.f64 #s(literal -1/2 binary64) b)) #s(literal -1 binary64))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) a) b) c) (/.f64 #s(literal -1/2 binary64) b)) #s(literal -1 binary64))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (*.f64 c (/.f64 #s(literal 1/2 binary64) b)))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (*.f64 c (/.f64 #s(literal 1/2 binary64) b)))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (*.f64 c (/.f64 #s(literal 1/2 binary64) b)))) a) |
(* 1/2 (/ c b)) |
(*.f64 c (/.f64 #s(literal 1/2 binary64) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/2 (/ c b)) |
(*.f64 c (/.f64 #s(literal 1/2 binary64) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/2 (/ c b)) |
(*.f64 c (/.f64 #s(literal 1/2 binary64) b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 c (/.f64 #s(literal 1/2 binary64) (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 c (/.f64 #s(literal 1/2 binary64) (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 c (/.f64 #s(literal 1/2 binary64) (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))) (neg.f64 c)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))) (neg.f64 c)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))) (neg.f64 c)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) c) (*.f64 b b))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) c) (*.f64 b b))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) c) (*.f64 b b))) a) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) c) |
(/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) c) |
(/ (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) c) |
(/ -1/2 (pow b 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 b b)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ -1/2 (pow b 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 b b)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) c)) a) |
(/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) c)) a) |
(/ (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) c)) a) |
(/ -1/2 (pow b 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 b b)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ -1/2 (pow b 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 b b)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ -1/2 (pow b 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 b b)) |
(/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a) c)) (*.f64 b b)) |
(/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a) c)) (*.f64 b b)) |
(/ (- (* 2/3 (/ (pow b 2) (* a c))) 1/2) (pow b 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a) c)) (*.f64 b b)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))) |
(+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(/ 2/3 (* a c)) |
(/.f64 #s(literal 2/3 binary64) (*.f64 c a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 c b) a)) b)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 c b) a)) b)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 c b) a)) b)) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 b c))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 b a)) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
Compiled 27302 to 3302 computations (87.9% saved)
41 alts after pruning (37 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1237 | 21 | 1258 |
| Fresh | 5 | 16 | 21 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1245 | 41 | 1286 |
| Status | Accuracy | Program |
|---|---|---|
| 10.8% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) | |
| 13.1% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) | |
| ▶ | 5.7% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
| 14.2% | (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) | |
| ▶ | 53.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 32.2% | (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) | |
| 28.0% | (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 36.8% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
| 35.8% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) | |
| 0.7% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) | |
| ✓ | 53.7% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 11.0% | (/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) | |
| 36.9% | (/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) | |
| ▶ | 36.8% | (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
| 9.7% | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) | |
| 36.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 36.2% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 36.2% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 10.6% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) | |
| 36.4% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) | |
| 36.5% | (/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) | |
| 36.1% | (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) | |
| 36.0% | (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 18.7% | (*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) | |
| 32.8% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) | |
| 31.7% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) | |
| ▶ | 36.2% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 53.6% | (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) | |
| 29.7% | (*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) | |
| 9.7% | (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) | |
| 36.7% | (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) | |
| ▶ | 30.5% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
| 36.7% | (*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) | |
| ✓ | 36.1% | (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
| 36.1% | (*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) | |
| 16.2% | (*.f64 #s(literal -2/3 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) | |
| 36.7% | (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) | |
| 18.3% | (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal -1 binary64))) |
Compiled 1263 to 834 computations (34% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) |
| ✓ | cost-diff | 640 | (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) |
| ✓ | cost-diff | 640 | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) b) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
| ✓ | cost-diff | 128 | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -3/2 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -2/3 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 3202× | *-lowering-*.f32 |
| 3202× | *-lowering-*.f64 |
| 2182× | fma-lowering-fma.f32 |
| 2182× | fma-lowering-fma.f64 |
| 1788× | fmsub-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 243 |
| 1 | 93 | 235 |
| 2 | 233 | 229 |
| 3 | 579 | 217 |
| 4 | 1446 | 214 |
| 5 | 4877 | 214 |
| 0 | 8710 | 214 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
3 |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
-2/3 |
a |
b |
(/ (* (* c -3/2) 1/3) b) |
(* (* c -3/2) 1/3) |
(* c -3/2) |
c |
-3/2 |
1/3 |
b |
(* c (+ (/ 1/2 b) (/ (/ (* b -2/3) a) c))) |
c |
(+ (/ 1/2 b) (/ (/ (* b -2/3) a) c)) |
(/ 1/2 b) |
1/2 |
b |
(/ (/ (* b -2/3) a) c) |
(/ (* b -2/3) a) |
(* b -2/3) |
-2/3 |
a |
(/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
(/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) |
(- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) |
(* (+ b (* -3/2 (/ (* a c) b))) a) |
(+ b (* -3/2 (/ (* a c) b))) |
b |
(* -3/2 (/ (* a c) b)) |
-3/2 |
(/ (* a c) b) |
(* a c) |
a |
c |
(* a b) |
(* a a) |
3 |
| Outputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
3 |
#s(literal 3 binary64) |
(* (/ -2/3 a) b) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
-2/3 |
#s(literal -2/3 binary64) |
a |
b |
(/ (* (* c -3/2) 1/3) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* (* c -3/2) 1/3) |
(*.f64 c #s(literal -1/2 binary64)) |
(* c -3/2) |
(*.f64 c #s(literal -3/2 binary64)) |
c |
-3/2 |
#s(literal -3/2 binary64) |
1/3 |
#s(literal 1/3 binary64) |
b |
(* c (+ (/ 1/2 b) (/ (/ (* b -2/3) a) c))) |
(+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
c |
(+ (/ 1/2 b) (/ (/ (* b -2/3) a) c)) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) c)) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
1/2 |
#s(literal 1/2 binary64) |
b |
(/ (/ (* b -2/3) a) c) |
(/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) c) |
(/ (* b -2/3) a) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(* b -2/3) |
(*.f64 b #s(literal -2/3 binary64)) |
-2/3 |
#s(literal -2/3 binary64) |
a |
(/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) a) |
(- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) |
(*.f64 c (/.f64 (*.f64 a (*.f64 a #s(literal -3/2 binary64))) b)) |
(* (+ b (* -3/2 (/ (* a c) b))) a) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b)) |
b |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
-3/2 |
#s(literal -3/2 binary64) |
(/ (* a c) b) |
(/.f64 (*.f64 a c) b) |
(* a c) |
(*.f64 a c) |
a |
c |
(* a b) |
(*.f64 b a) |
(* a a) |
(*.f64 a a) |
3 |
#s(literal 3 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) |
| ✓ | accuracy | 93.4% | (/.f64 (*.f64 a c) b) |
| ✓ | accuracy | 66.5% | (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) |
| ✓ | accuracy | 48.6% | (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | accuracy | 99.5% | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | accuracy | 89.1% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
| ✓ | accuracy | 88.9% | (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -3/2 binary64)) |
| ✓ | accuracy | 99.1% | (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal -2/3 binary64) a) |
| ✓ | accuracy | 98.7% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | accuracy | 94.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| ✓ | accuracy | 76.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 64.3% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| 189.0ms | 105× | 2 | valid |
| 61.0ms | 50× | 1 | valid |
| 37.0ms | 81× | 0 | valid |
| 30.0ms | 20× | 3 | valid |
Compiled 259 to 39 computations (84.9% saved)
ival-mult: 60.0ms (36.4% of total)ival-div: 38.0ms (23% of total)...c/correct-round.rkt:119:19: 28.0ms (17% of total)backward-pass: 19.0ms (11.5% of total)ival-add: 8.0ms (4.8% of total)ival-sub: 6.0ms (3.6% of total)ival-sqrt: 5.0ms (3% of total)const: 1.0ms (0.6% of total)| Inputs |
|---|
#<alt (/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) a)> |
#<alt (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3)> |
#<alt (- (sqrt (+ (* b b) (* a (* c -3)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -3))))> |
#<alt (* (/ -2/3 a) b)> |
#<alt (/ -2/3 a)> |
#<alt (/ (* (* c -3/2) 1/3) b)> |
#<alt (* (* c -3/2) 1/3)> |
#<alt (* c -3/2)> |
#<alt (* c (+ (/ 1/2 b) (/ (/ (* b -2/3) a) c)))> |
#<alt (+ (/ 1/2 b) (/ (/ (* b -2/3) a) c))> |
#<alt (/ 1/2 b)> |
#<alt (/ (/ (* b -2/3) a) c)> |
#<alt (/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3)> |
#<alt (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a))> |
#<alt (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b))> |
#<alt (* (+ b (* -3/2 (/ (* a c) b))) a)> |
#<alt (+ (* b b) (* a (* c -3)))> |
#<alt (* b -2/3)> |
#<alt (/ (* b -2/3) a)> |
#<alt (/ (* a c) b)> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3)))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3)))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2/3 b)> |
#<alt (* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (/ 1/2 b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (/ 1/2 b)> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b)> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b)> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b)> |
#<alt (* a b)> |
#<alt (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* a b)> |
#<alt (* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* a b)> |
#<alt (* a (+ b (* -3/2 (/ (* a c) b))))> |
#<alt (* a (+ b (* -3/2 (/ (* a c) b))))> |
#<alt (* a (+ b (* -3/2 (/ (* a c) b))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a b)> |
#<alt (+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b))> |
#<alt (+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b))> |
#<alt (+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c)))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c)))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c)))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b)))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
150 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 20.0ms | b | @ | -inf | (/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
| 2.0ms | c | @ | 0 | (/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
| 2.0ms | c | @ | inf | (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) |
| 1.0ms | a | @ | 0 | (/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
| 1.0ms | a | @ | -inf | (/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
| 1× | batch-egg-rewrite |
| 3212× | /-lowering-/.f32 |
| 3212× | /-lowering-/.f64 |
| 2544× | *-lowering-*.f32 |
| 2544× | *-lowering-*.f64 |
| 2316× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 185 |
| 1 | 225 | 178 |
| 2 | 2118 | 176 |
| 0 | 8508 | 176 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) 3) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
(/ (* (* c -3/2) 1/3) b) |
(* (* c -3/2) 1/3) |
(* c -3/2) |
(* c (+ (/ 1/2 b) (/ (/ (* b -2/3) a) c))) |
(+ (/ 1/2 b) (/ (/ (* b -2/3) a) c)) |
(/ 1/2 b) |
(/ (/ (* b -2/3) a) c) |
(/ (/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) 3) |
(/ (- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) (* a a)) |
(- (* (+ b (* -3/2 (/ (* a c) b))) a) (* a b)) |
(* (+ b (* -3/2 (/ (* a c) b))) a) |
(+ (* b b) (* a (* c -3))) |
(* b -2/3) |
(/ (* b -2/3) a) |
(/ (* a c) b) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 (/.f64 b #s(literal 3 binary64)) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (/.f64 b #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 a #s(literal 3 binary64)))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (neg.f64 (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (neg.f64 (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64))) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) b))) (fma.f64 #s(literal -1/3 binary64) b (*.f64 #s(literal 1/3 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) #s(literal 3 binary64))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal 9 binary64))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b)) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 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 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(neg.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 #s(literal -2/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
(*.f64 #s(literal -2/3 binary64) (*.f64 b (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 2/3 binary64) a)) |
(/.f64 #s(literal -2/3 binary64) a) |
(/.f64 #s(literal -2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 2/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) c) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) |
(*.f64 c #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) c) |
(+.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))))) |
(fma.f64 c (/.f64 #s(literal 1/2 binary64) b) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(fma.f64 c (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) b) c (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) c (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal 1 binary64) c) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 1/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) #s(literal 1 binary64))) (+.f64 (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 c (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64)))))) (*.f64 b c)) |
(/.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (*.f64 c (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))))) |
(/.f64 (*.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) c) (*.f64 b c)) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) c) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) c) (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 1/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)))) (neg.f64 (+.f64 (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))))) (neg.f64 (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))))) (neg.f64 (*.f64 b c))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 c (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) (neg.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) c)) (neg.f64 (*.f64 b c))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) c)) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) c)) (neg.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) c) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) |
(+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) |
(-.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) c)) |
(-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal -1/2 binary64) b)) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))))) (/.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)))) |
(fma.f64 b (*.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 #s(literal 1 binary64) c)) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 b (/.f64 #s(literal -2/3 binary64) (*.f64 a c)) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 b (/.f64 (/.f64 #s(literal -2/3 binary64) a) c) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 b c) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal -2/3 binary64) a) (*.f64 b (/.f64 #s(literal 1 binary64) c)) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a c)) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) c) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/2 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 b a) (/.f64 #s(literal -2/3 binary64) c) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal -2/3 binary64) c) (/.f64 b a) (/.f64 #s(literal 1/2 binary64) b)) |
(fma.f64 (/.f64 b c) (/.f64 #s(literal -2/3 binary64) a) (/.f64 #s(literal 1/2 binary64) b)) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) (*.f64 b c)) |
(/.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b c) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b c) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 b (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b (*.f64 a c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 b (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (*.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a c)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 a c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) c)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) b) (*.f64 (*.f64 a c) #s(literal 1/2 binary64))) (*.f64 (*.f64 a c) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 a c) #s(literal -1/2 binary64))) (*.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (*.f64 a c) #s(literal 1 binary64))) (*.f64 (*.f64 a c) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 c #s(literal -1/2 binary64))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) b) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64)))))) (neg.f64 (*.f64 b c))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) (neg.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 #s(literal 1/4 binary64) (*.f64 b b))) (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) b) c) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 b (*.f64 b #s(literal -2/3 binary64))))) (neg.f64 (*.f64 b (*.f64 a c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 b (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 b #s(literal 1 binary64)))) (neg.f64 (*.f64 b (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal -2/3 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a c)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64))))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 a c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/2 binary64)) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) b) (*.f64 (*.f64 a c) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (*.f64 a c) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 a c) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (*.f64 a c) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 a c) (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 c #s(literal -1/2 binary64)))) (neg.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64)))) (neg.f64 (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) b) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 b #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 b #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))))) (neg.f64 (neg.f64 (*.f64 b c)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 #s(literal 1/4 binary64) (*.f64 b b)))) (neg.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) b)) (-.f64 #s(literal 0 binary64) c)) |
(pow.f64 (/.f64 (*.f64 b c) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b c))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 #s(literal 1/2 binary64) b)) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) b)) |
(/.f64 #s(literal 1/2 binary64) b) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) c)) |
(neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(/.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) c) |
(/.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(/.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64)) c) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) c))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a c) (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) (*.f64 a c)) |
(/.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) c)) a) |
(/.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) c)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) c))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) c))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a c) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) (*.f64 a c))) |
(*.f64 b (/.f64 (/.f64 #s(literal -2/3 binary64) a) c)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 b c)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) (*.f64 b (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a c))) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 a c)))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 b a) (/.f64 #s(literal -2/3 binary64) c)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) c) (/.f64 b a)) |
(*.f64 (/.f64 b c) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (pow.f64 (/.f64 c (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 c (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal -3 binary64))) |
(-.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) (/.f64 (*.f64 b a) (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(-.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) (/.f64 (-.f64 (*.f64 b a) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) #s(literal 3 binary64)) (/.f64 (*.f64 b (/.f64 a (*.f64 a a))) #s(literal 3 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) (/.f64 (/.f64 (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) (/.f64 (/.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a))) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) (/.f64 (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (/.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) a) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b a) a) (*.f64 a #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal -3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)))))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (*.f64 a #s(literal 3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))) (neg.f64 (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) #s(literal 1/3 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) #s(literal 1/3 binary64)) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) #s(literal 3 binary64)) (*.f64 a a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) |
(*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a #s(literal 3 binary64)) a))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) (fma.f64 (neg.f64 (/.f64 a a)) (/.f64 b a) (*.f64 b (/.f64 a (*.f64 a a))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) (fma.f64 (neg.f64 (/.f64 b a)) (/.f64 a a) (*.f64 b (/.f64 a (*.f64 a a))))) |
(+.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(+.f64 (fma.f64 a (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 a (*.f64 a a)) b))) (fma.f64 (neg.f64 (/.f64 a (*.f64 a a))) b (*.f64 (/.f64 a (*.f64 a a)) b))) |
(+.f64 (fma.f64 a (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 b (*.f64 a a)) a))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a a))) a (*.f64 (/.f64 b (*.f64 a a)) a))) |
(+.f64 (fma.f64 a (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) |
(+.f64 (fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (/.f64 a (*.f64 a a)) (neg.f64 (*.f64 (/.f64 a (*.f64 a a)) b))) (fma.f64 (neg.f64 (/.f64 a (*.f64 a a))) b (*.f64 (/.f64 a (*.f64 a a)) b))) |
(+.f64 (fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (/.f64 a (*.f64 a a)) (neg.f64 (*.f64 (/.f64 b (*.f64 a a)) a))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a a))) a (*.f64 (/.f64 b (*.f64 a a)) a))) |
(+.f64 (fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (/.f64 a (*.f64 a a)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 a (*.f64 a a)) b))) (fma.f64 (neg.f64 (/.f64 a (*.f64 a a))) b (*.f64 (/.f64 a (*.f64 a a)) b))) |
(+.f64 (fma.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 b (*.f64 a a)) a))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a a))) a (*.f64 (/.f64 b (*.f64 a a)) a))) |
(+.f64 (fma.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 a a) (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (neg.f64 (*.f64 (/.f64 a (*.f64 a a)) b))) (fma.f64 (neg.f64 (/.f64 a (*.f64 a a))) b (*.f64 (/.f64 a (*.f64 a a)) b))) |
(+.f64 (fma.f64 (/.f64 a a) (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (neg.f64 (*.f64 (/.f64 b (*.f64 a a)) a))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a a))) a (*.f64 (/.f64 b (*.f64 a a)) a))) |
(+.f64 (fma.f64 (/.f64 a a) (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (/.f64 a a) (neg.f64 (*.f64 (/.f64 a (*.f64 a a)) b))) (fma.f64 (neg.f64 (/.f64 a (*.f64 a a))) b (*.f64 (/.f64 a (*.f64 a a)) b))) |
(+.f64 (fma.f64 (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (/.f64 a a) (neg.f64 (*.f64 (/.f64 b (*.f64 a a)) a))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a a))) a (*.f64 (/.f64 b (*.f64 a a)) a))) |
(+.f64 (fma.f64 (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (/.f64 a a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (-.f64 (*.f64 b a) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (*.f64 a a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (*.f64 a a)) (/.f64 (/.f64 (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 a a))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 a a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) (/.f64 (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))) (*.f64 (*.f64 a a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 a a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (/.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 (*.f64 a a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a a) (*.f64 b a)) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)))) (+.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (+.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a))))))) (/.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a))))) (+.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (+.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a)))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (+.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) (+.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(fma.f64 a (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (/.f64 a (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (/.f64 a a) (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (/.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) (/.f64 a a) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(neg.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (*.f64 (*.f64 a a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 (*.f64 a a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 b a))) (*.f64 (*.f64 a a) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1 binary64)) (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))) (neg.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (+.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a))))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) |
(/.f64 (-.f64 (neg.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 b a)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (*.f64 a a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (+.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a a)) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (neg.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(pow.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a)) #s(literal -1 binary64)) |
(*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(+.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(+.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) |
(+.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(+.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) |
(+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(-.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b a)) |
(-.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (-.f64 (*.f64 b a) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (/.f64 (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(-.f64 (/.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (-.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) (/.f64 (*.f64 b (*.f64 a (*.f64 b a))) (-.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (-.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) (/.f64 (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (-.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))) |
(fma.f64 b (-.f64 #s(literal 0 binary64) a) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(fma.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(fma.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (neg.f64 (-.f64 (*.f64 b a) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))) |
(fma.f64 a (-.f64 #s(literal 0 binary64) b) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(fma.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) |
(fma.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b) (+.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(fma.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a (neg.f64 (-.f64 (*.f64 b a) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) a (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) b (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) |
(fma.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (+.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(fma.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) |
(fma.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (+.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b a) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (-.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (-.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))) (neg.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))) (neg.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (-.f64 (*.f64 b (*.f64 a (*.f64 b a))) (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (neg.f64 (-.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))) (+.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (-.f64 (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) (-.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) (neg.f64 (neg.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))))) (neg.f64 (+.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (-.f64 (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (*.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))) (neg.f64 (-.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) #s(literal -1 binary64)) |
(*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) |
(*.f64 (-.f64 (*.f64 (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))))) (*.f64 (*.f64 b a) (*.f64 b (*.f64 a (*.f64 b a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))))) (*.f64 (*.f64 b a) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))))) |
(*.f64 (*.f64 (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)))) |
(+.f64 (*.f64 b a) (*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) |
(+.f64 (*.f64 b a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) a)) |
(+.f64 (*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) (*.f64 b a)) |
(+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) a) (*.f64 b a)) |
(fma.f64 b a (*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) |
(fma.f64 b a (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) a)) |
(fma.f64 a b (*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) |
(fma.f64 a b (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) a)) |
(fma.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) (*.f64 b a)) |
(fma.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) a (*.f64 b a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a c) b) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b)))))) (+.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) b)))) |
(/.f64 (*.f64 a (-.f64 (*.f64 b b) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b))))) (-.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a c) b) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b))))) a) (+.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b)))) a) (-.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a c) b) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b))))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) b))))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 (*.f64 b b) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b)))))) (neg.f64 (-.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a c) b) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b))))) a)) (neg.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))) b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b)))) a)) (neg.f64 (-.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))))) |
(*.f64 a (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c))))) |
(*.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) a) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 c (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a c) (*.f64 a c)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(*.f64 b #s(literal -2/3 binary64)) |
(*.f64 #s(literal -2/3 binary64) b) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(neg.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 #s(literal -2/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
(*.f64 #s(literal -2/3 binary64) (*.f64 b (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 a c))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 a c) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 a c) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 a c))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a c)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 a c) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a c) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(pow.f64 (/.f64 b (*.f64 a c)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a c)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 c b)) |
(*.f64 c (*.f64 a (/.f64 #s(literal 1 binary64) b))) |
(*.f64 c (/.f64 a b)) |
(*.f64 (*.f64 a c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.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 c b) a) |
| 1× | egg-herbie |
| 7718× | *-lowering-*.f32 |
| 7718× | *-lowering-*.f64 |
| 4098× | +-lowering-+.f64 |
| 4098× | +-lowering-+.f32 |
| 1888× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 750 | 6994 |
| 1 | 2639 | 6924 |
| 0 | 8293 | 6924 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(* -1/2 (/ (* a c) b)) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2/3 b) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -1/2 (/ (* a c) b)) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ (* a c) b)) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(/ 1/2 b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(* -2/3 (/ b (* a c))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* -2/3 (/ b (* a c))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(/ 1/2 b) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b) |
(* a b) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* a b) |
(* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* a b) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(* a b) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b))))) |
(* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b))))) |
(* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b))))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) a)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) (*.f64 #s(literal -1/3 binary64) b)) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/6 binary64))) #s(literal -1/3 binary64)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1/3 binary64)))) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b b)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b b)))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a)))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 c a))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) a)))) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) b))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) c)) c)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64)))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 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 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 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 405/64 binary64) a))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) b) a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) b) a)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.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 -3 binary64))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #s(literal 1/2 binary64)))) (neg.f64 c)) b) c)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 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 -3 binary64) (sqrt.f64 #s(literal -3 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 -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 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 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 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 (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.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 -3 binary64)) #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.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)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.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 -3 binary64))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 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 -3 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 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 (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 -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) #s(literal 1/2 binary64)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) #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 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 (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 -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) #s(literal 1/2 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1/2 binary64) b)))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 (/.f64 (*.f64 b b) a) c))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 (/.f64 (*.f64 b b) a) c))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 (/.f64 (*.f64 b b) a) c))) b) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 a (*.f64 b b))) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 a (*.f64 b b))) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* a (pow b 2))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 a (*.f64 b b))) b) |
(* a b) |
(*.f64 a b) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 a (/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 b b)))) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 a (/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 b b)))) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 a (/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 b b)))) |
(* a b) |
(*.f64 a b) |
(* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) a) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) a) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) a) (-.f64 #s(literal 0 binary64) b)) |
(* a b) |
(*.f64 a b) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))))) |
(* a b) |
(*.f64 a b) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(*.f64 a (+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 a (/.f64 b c)))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 a (/.f64 b c)))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (/ (* a b) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 a (/.f64 b c)))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) b) |
(* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 a a) b)) (*.f64 a (/.f64 b c))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 a a) b)) (*.f64 a (/.f64 b c))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (* a b) c)) (* 3/2 (/ (pow a 2) b))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 a a) b)) (*.f64 a (/.f64 b c))) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
Compiled 32342 to 3602 computations (88.9% saved)
42 alts after pruning (38 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1338 | 14 | 1352 |
| Fresh | 8 | 24 | 32 |
| Picked | 3 | 2 | 5 |
| Done | 2 | 2 | 4 |
| Total | 1351 | 42 | 1393 |
| Status | Accuracy | Program |
|---|---|---|
| 28.5% | (/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) | |
| 10.8% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) | |
| 13.1% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) | |
| 14.2% | (/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) | |
| 32.2% | (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) | |
| 28.0% | (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 35.8% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) | |
| 36.2% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 53.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 0.7% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) | |
| ✓ | 53.7% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 11.0% | (/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) | |
| 10.2% | (/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) | |
| 36.9% | (/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) | |
| 36.8% | (/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) | |
| 9.7% | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) | |
| 36.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| 36.2% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 36.1% | (/.f64 b (/.f64 a #s(literal -2/3 binary64))) | |
| 10.6% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) | |
| 36.4% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) | |
| 36.5% | (/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) | |
| 36.1% | (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) | |
| 36.0% | (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 18.7% | (*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) | |
| 8.1% | (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) | |
| 32.8% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) | |
| ✓ | 36.2% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 9.7% | (*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) | |
| 16.1% | (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) | |
| 23.3% | (*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) | |
| 36.8% | (*.f64 c (/.f64 #s(literal -1/2 binary64) b)) | |
| ✓ | 30.5% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
| 36.7% | (*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) | |
| 36.7% | (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) | |
| ✓ | 36.1% | (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
| 36.1% | (*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) | |
| 18.3% | (exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
Compiled 1650 to 739 computations (55.2% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
(*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 #s(literal 3 binary64) a)) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 #s(literal 3 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 #s(literal -2/3 binary64) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) |
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal -1 binary64))) |
| Outputs |
|---|
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
5 calls:
| 47.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 28.0ms | (*.f64 #s(literal 3 binary64) a) |
| 20.0ms | a |
| 20.0ms | c |
| 19.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.2% | 3 | a |
| 86.4% | 3 | b |
| 53.7% | 1 | c |
| 79.3% | 5 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 57.2% | 3 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
(*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 a c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| Outputs |
|---|
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 17.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.4% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
(*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
| Outputs |
|---|
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 16.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.4% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
(*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 15.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.5% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
(*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 15.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.5% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) #s(literal 3 binary64)) a) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) b) a) #s(literal 3 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2 binary64))) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) b) a) #s(literal 3 binary64)) |
(*.f64 c (/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (+.f64 b (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 a c)))) b)) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 a c) b))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) (/.f64 b (*.f64 #s(literal 3 binary64) a)))) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 14.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.6% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 c (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) c) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1/3 binary64)) b) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal 2/3 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 7.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.5% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
1 calls:
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.4% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
1 calls:
| 2.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.4% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
| Outputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
1 calls:
| 2.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
| Outputs |
|---|
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
3 calls:
| 1.0ms | b |
| 1.0ms | c |
| 1.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 36.1% | 1 | c |
| 36.1% | 1 | a |
| 36.1% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 34.0ms | 4.6465050898287547e-76 | 7.022249244527284e-75 |
| 17.0ms | -5.879594771170696e+156 | -8.453816805038216e+153 |
| 20.0ms | 24× | 1 | valid |
| 17.0ms | 185× | 0 | valid |
| 4.0ms | 15× | 2 | valid |
| 2.0ms | 24× | 0 | invalid |
Compiled 526 to 353 computations (32.9% saved)
ival-mult: 8.0ms (43.7% of total)ival-div: 2.0ms (10.9% of total)ival-sub: 2.0ms (10.9% of total)ival-neg: 2.0ms (10.9% of total)ival-sqrt: 2.0ms (10.9% of total)ival-add: 2.0ms (10.9% of total)backward-pass: 1.0ms (5.5% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 4.6465050898287547e-76 | 7.022249244527284e-75 |
| 8.0ms | -5.879594771170696e+156 | -8.453816805038216e+153 |
| 20.0ms | 109× | 0 | valid |
| 6.0ms | 32× | 1 | valid |
| 5.0ms | 19× | 2 | valid |
| 2.0ms | 18× | 0 | invalid |
Compiled 356 to 255 computations (28.4% saved)
ival-neg: 11.0ms (44.9% of total)ival-mult: 5.0ms (20.4% of total)ival-div: 2.0ms (8.2% of total)ival-sqrt: 2.0ms (8.2% of total)ival-sub: 1.0ms (4.1% of total)backward-pass: 1.0ms (4.1% of total)ival-add: 1.0ms (4.1% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 4.6465050898287547e-76 | 7.022249244527284e-75 |
| 10.0ms | -5.879594771170696e+156 | -8.453816805038216e+153 |
| 13.0ms | 25× | 0 | invalid |
| 12.0ms | 133× | 0 | valid |
| 5.0ms | 30× | 1 | valid |
| 4.0ms | 13× | 2 | valid |
Compiled 395 to 283 computations (28.4% saved)
ival-mult: 17.0ms (65.7% of total)ival-div: 2.0ms (7.7% of total)ival-sqrt: 2.0ms (7.7% of total)ival-sub: 1.0ms (3.9% of total)backward-pass: 1.0ms (3.9% of total)ival-neg: 1.0ms (3.9% of total)ival-add: 1.0ms (3.9% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 21.0ms | 4.6465050898287547e-76 | 7.022249244527284e-75 |
| 30.0ms | -7.17718433417457e-142 | -1.451825334082553e-148 |
| 27.0ms | 202× | 0 | valid |
| 6.0ms | 65× | 0 | invalid |
| 5.0ms | 26× | 1 | valid |
| 3.0ms | 12× | 2 | valid |
Compiled 509 to 365 computations (28.3% saved)
ival-mult: 8.0ms (40% of total)ival-div: 3.0ms (15% of total)ival-sqrt: 3.0ms (15% of total)ival-sub: 2.0ms (10% of total)ival-neg: 2.0ms (10% of total)ival-add: 2.0ms (10% of total)backward-pass: 1.0ms (5% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 23.0ms | 4.6465050898287547e-76 | 7.022249244527284e-75 |
| 25.0ms | -7.17718433417457e-142 | -1.451825334082553e-148 |
| 19.0ms | 197× | 0 | valid |
| 7.0ms | 79× | 0 | invalid |
| 5.0ms | 26× | 1 | valid |
| 5.0ms | 17× | 2 | valid |
Compiled 509 to 365 computations (28.3% saved)
ival-mult: 8.0ms (35.1% of total)ival-div: 3.0ms (13.2% of total)ival-sqrt: 3.0ms (13.2% of total)ival-add: 3.0ms (13.2% of total)ival-sub: 2.0ms (8.8% of total)ival-neg: 2.0ms (8.8% of total)backward-pass: 1.0ms (4.4% of total)const: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 31.0ms | -2.22942887226269e-301 | 3.129506811619962e-308 |
| 17.0ms | 144× | 0 | valid |
| 7.0ms | 85× | 0 | invalid |
Compiled 242 to 179 computations (26% saved)
ival-neg: 6.0ms (35.5% of total)ival-mult: 5.0ms (29.6% of total)ival-div: 2.0ms (11.8% of total)ival-sqrt: 2.0ms (11.8% of total)ival-sub: 1.0ms (5.9% of total)ival-add: 1.0ms (5.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 28.0ms | 3.4356381390474635e-280 | 9.757762922703503e-273 |
| 12.0ms | 141× | 0 | valid |
| 6.0ms | 74× | 0 | invalid |
| 1.0ms | 3× | 1 | valid |
Compiled 188 to 143 computations (23.9% saved)
ival-mult: 5.0ms (42% of total)ival-div: 2.0ms (16.8% of total)ival-sqrt: 2.0ms (16.8% of total)ival-add: 1.0ms (8.4% of total)ival-sub: 1.0ms (8.4% of total)ival-neg: 1.0ms (8.4% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 25.0ms | 3.4356381390474635e-280 | 9.757762922703503e-273 |
| 13.0ms | 142× | 0 | valid |
| 5.0ms | 58× | 0 | invalid |
| 0.0ms | 2× | 1 | valid |
Compiled 188 to 143 computations (23.9% saved)
ival-mult: 4.0ms (33.1% of total)ival-sqrt: 3.0ms (24.8% of total)ival-div: 1.0ms (8.3% of total)ival-add: 1.0ms (8.3% of total)ival-sub: 1.0ms (8.3% of total)ival-neg: 1.0ms (8.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 |
|---|---|---|
| 26.0ms | 3.4356381390474635e-280 | 9.757762922703503e-273 |
| 14.0ms | 143× | 0 | valid |
| 6.0ms | 69× | 0 | invalid |
| 0.0ms | 1× | 1 | valid |
Compiled 188 to 143 computations (23.9% saved)
ival-mult: 6.0ms (46.1% of total)ival-div: 2.0ms (15.4% of total)ival-sqrt: 2.0ms (15.4% of total)ival-add: 1.0ms (7.7% of total)ival-sub: 1.0ms (7.7% of total)ival-neg: 1.0ms (7.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 50.0ms | 3.4356381390474635e-280 | 9.757762922703503e-273 |
| 12.0ms | 138× | 0 | valid |
| 7.0ms | 80× | 0 | invalid |
| 1.0ms | 6× | 1 | valid |
Compiled 188 to 143 computations (23.9% saved)
ival-mult: 5.0ms (41% of total)ival-div: 2.0ms (16.4% of total)ival-sqrt: 2.0ms (16.4% of total)ival-add: 1.0ms (8.2% of total)ival-sub: 1.0ms (8.2% of total)ival-neg: 1.0ms (8.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 68× | *-commutative_binary64 |
| 48× | +-commutative_binary64 |
| 40× | sub-neg_binary64 |
| 32× | neg-sub0_binary64 |
| 32× | neg-mul-1_binary64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 94 | 295 |
| 1 | 130 | 294 |
| 2 | 161 | 294 |
| 3 | 180 | 294 |
| 4 | 197 | 294 |
| 5 | 218 | 294 |
| 6 | 232 | 294 |
| 7 | 244 | 294 |
| 8 | 249 | 294 |
| 9 | 250 | 294 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal -13500000000000000275507010685175621526490118987092636456657125042259125821644957267949903389666459196246900088209596760608108317076954234449082739494748160 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (if (<=.f64 b #s(literal 6518515124270355/2037035976334486086268445688409378161051468393665936250636140449354381299763336706183397376 binary64)) (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -10000000000000000369475456880582265409809179829842688451922778552150543659347219597216513109705408327446511753687232667314337003349573404171046192448274432 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (if (<=.f64 b #s(literal 733332951480415/1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -10000000000000000369475456880582265409809179829842688451922778552150543659347219597216513109705408327446511753687232667314337003349573404171046192448274432 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (if (<=.f64 b #s(literal 3055553964501729/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -4805358362091427/6864797660130609714981900799081393217269435300143305409394463459185543183397656052122559640661454554977296311391480858037121987999716643812574028291115057152 binary64)) (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3055553964501729/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -4805358362091427/6864797660130609714981900799081393217269435300143305409394463459185543183397656052122559640661454554977296311391480858037121987999716643812574028291115057152 binary64)) (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4237034830775731/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal 1916006697153331/638668899051110339730039268171788341141584403339346413280815117579907805398068501051186548957643424348589582990141598478071180156285949971436534975451146054502401815344347416485612070862196155898449074158254055677865859345638678524444433685903374130402278690200241933325554718473710083176923136 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -13500000000000000275507010685175621526490118987092636456657125042259125821644957267949903389666459196246900088209596760608108317076954234449082739494748160 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (if (<=.f64 b #s(literal 6518515124270355/2037035976334486086268445688409378161051468393665936250636140449354381299763336706183397376 binary64)) (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -13500000000000000275507010685175621526490118987092636456657125042259125821644957267949903389666459196246900088209596760608108317076954234449082739494748160 binary64)) (*.f64 b (-.f64 (*.f64 (/.f64 (/.f64 c b) b) (-.f64 #s(literal 0 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 2/3 binary64) a))) (if (<=.f64 b #s(literal 6518515124270355/2037035976334486086268445688409378161051468393665936250636140449354381299763336706183397376 binary64)) (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b))) |
(if (<=.f64 b #s(literal -10000000000000000369475456880582265409809179829842688451922778552150543659347219597216513109705408327446511753687232667314337003349573404171046192448274432 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (if (<=.f64 b #s(literal 733332951480415/1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -10000000000000000369475456880582265409809179829842688451922778552150543659347219597216513109705408327446511753687232667314337003349573404171046192448274432 binary64)) (*.f64 b (-.f64 (*.f64 (/.f64 (/.f64 c b) b) (-.f64 #s(literal 0 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 2/3 binary64) a))) (if (<=.f64 b #s(literal 733332951480415/1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b))) |
(if (<=.f64 b #s(literal -10000000000000000369475456880582265409809179829842688451922778552150543659347219597216513109705408327446511753687232667314337003349573404171046192448274432 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (if (<=.f64 b #s(literal 3055553964501729/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -10000000000000000369475456880582265409809179829842688451922778552150543659347219597216513109705408327446511753687232667314337003349573404171046192448274432 binary64)) (*.f64 b (-.f64 (*.f64 (/.f64 (/.f64 c b) b) (-.f64 #s(literal 0 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 2/3 binary64) a))) (if (<=.f64 b #s(literal 3055553964501729/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b))) |
(if (<=.f64 b #s(literal -4805358362091427/6864797660130609714981900799081393217269435300143305409394463459185543183397656052122559640661454554977296311391480858037121987999716643812574028291115057152 binary64)) (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3055553964501729/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -4805358362091427/6864797660130609714981900799081393217269435300143305409394463459185543183397656052122559640661454554977296311391480858037121987999716643812574028291115057152 binary64)) (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 a #s(literal 3 binary64))) (if (<=.f64 b #s(literal 3055553964501729/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b))) |
(if (<=.f64 b #s(literal -4805358362091427/6864797660130609714981900799081393217269435300143305409394463459185543183397656052122559640661454554977296311391480858037121987999716643812574028291115057152 binary64)) (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4237034830775731/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -4805358362091427/6864797660130609714981900799081393217269435300143305409394463459185543183397656052122559640661454554977296311391480858037121987999716643812574028291115057152 binary64)) (/.f64 (-.f64 (*.f64 a (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a))) b) (*.f64 a #s(literal 3 binary64))) (if (<=.f64 b #s(literal 4237034830775731/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b))) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b)) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b)) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal 1916006697153331/638668899051110339730039268171788341141584403339346413280815117579907805398068501051186548957643424348589582990141598478071180156285949971436534975451146054502401815344347416485612070862196155898449074158254055677865859345638678524444433685903374130402278690200241933325554718473710083176923136 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal 1916006697153331/638668899051110339730039268171788341141584403339346413280815117579907805398068501051186548957643424348589582990141598478071180156285949971436534975451146054502401815344347416485612070862196155898449074158254055677865859345638678524444433685903374130402278690200241933325554718473710083176923136 binary64)) (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 b a)) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal 1788272917343109/5109351192408882717840314145374306729132675226714771306246520940639262443184548008409492391661147394788716663921132787824569441250287599771492279803609168436019214522754779331884896566897569247187592593266032445422926874765109428195555469487226993043218229521601935466604437747789680665415385088 binary64)) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| 8100× | *-lowering-*.f32 |
| 8100× | *-lowering-*.f64 |
| 6672× | *-lowering-*.f32 |
| 6672× | *-lowering-*.f64 |
| 6018× | *-lowering-*.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 185 |
| 1 | 225 | 178 |
| 2 | 2118 | 176 |
| 0 | 8508 | 176 |
| 0 | 42 | 218 |
| 1 | 258 | 214 |
| 2 | 2497 | 212 |
| 0 | 8317 | 212 |
| 0 | 19 | 90 |
| 1 | 117 | 86 |
| 2 | 1089 | 86 |
| 0 | 8763 | 86 |
| 0 | 12 | 16 |
| 1 | 30 | 15 |
| 2 | 69 | 15 |
| 3 | 168 | 15 |
| 4 | 292 | 15 |
| 5 | 521 | 15 |
| 6 | 1034 | 15 |
| 7 | 2217 | 15 |
| 8 | 5226 | 15 |
| 9 | 7778 | 15 |
| 0 | 8194 | 15 |
| 0 | 627 | 6213 |
| 1 | 2125 | 6153 |
| 2 | 7629 | 6153 |
| 0 | 8573 | 6153 |
| 0 | 786 | 10567 |
| 1 | 2742 | 10420 |
| 0 | 8467 | 10420 |
| 0 | 570 | 6482 |
| 1 | 1949 | 6398 |
| 2 | 7332 | 6398 |
| 0 | 8058 | 6398 |
| 0 | 39 | 184 |
| 1 | 231 | 175 |
| 2 | 2443 | 166 |
| 0 | 8678 | 166 |
| 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 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 799 to 460 computations (42.4% saved)
Compiled 640 to 210 computations (67.2% saved)
Loading profile data...