
Time bar (total: 20.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 0 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 1 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 2 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 3 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 4 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 5 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 6 |
| 6.8% | 0% | 0% | 100% | 0% | 0% | 0% | 7 |
| 15.9% | 0% | 0% | 100% | 0% | 0% | 0% | 8 |
| 23.1% | 0% | 0% | 100% | 0% | 0% | 0% | 9 |
| 36.5% | 0% | 0% | 100% | 0% | 0% | 0% | 10 |
| 45.4% | 0% | 0% | 100% | 0% | 0% | 0% | 11 |
| 52.3% | 0% | 0% | 100% | 0% | 0% | 0% | 12 |
Compiled 43 to 25 computations (41.9% saved)
ival-mult: 46.0ms (25.8% of total)ival-<: 36.0ms (20.2% of total)...c/correct-round.rkt:119:19: 33.0ms (18.5% of total)ival-neg: 13.0ms (7.3% of total)ival-div: 12.0ms (6.7% of total)ival-sqrt: 12.0ms (6.7% of total)ival-add: 8.0ms (4.5% of total)ival-sub: 8.0ms (4.5% of total)ival-and: 8.0ms (4.5% of total)const: 2.0ms (1.1% of total)backward-pass: 1.0ms (0.6% of total)| 2.2s | 6042× | 1 | valid |
| 473.0ms | 2214× | 0 | valid |
| 264.0ms | 1174× | 0 | invalid |
ival-mult: 501.0ms (24.6% of total)ival-<: 317.0ms (15.5% of total)...c/correct-round.rkt:119:19: 276.0ms (13.5% of total)ival-neg: 216.0ms (10.6% of total)ival-div: 172.0ms (8.4% of total)backward-pass: 155.0ms (7.6% of total)ival-sqrt: 129.0ms (6.3% of total)ival-add: 124.0ms (6.1% of total)ival-sub: 93.0ms (4.6% of total)ival-and: 46.0ms (2.3% of total)const: 12.0ms (0.6% of total)| 2× | egg-herbie |
| 2336× | fnmadd-define |
| 1694× | fma-define |
| 1674× | div-sub |
| 1628× | sum5-define |
| 1602× | fmsub-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 165 |
| 1 | 180 | 150 |
| 2 | 521 | 140 |
| 3 | 1433 | 140 |
| 4 | 4580 | 140 |
| 0 | 12 | 16 |
| 1 | 31 | 15 |
| 2 | 70 | 14 |
| 3 | 169 | 14 |
| 4 | 293 | 14 |
| 5 | 522 | 14 |
| 6 | 1036 | 14 |
| 7 | 2219 | 14 |
| 8 | 5237 | 14 |
| 9 | 7777 | 14 |
| 0 | 8193 | 14 |
| 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 c (*.f64 a #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 (fma a (* c -3) (square b))) b) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a))) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* a -3)) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ b (sqrt (fma a (* c -3) (square b)))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* 3 a)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* 3 a)) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(/ (+ b (sqrt (fma a (* c -3) (square b)))) (* a -3)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* a -3)) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (- a (sqrt (fma b (* c -3) (square a)))) (* b -3)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (- (sqrt (fma a (* c -3) (square b))) b) (* 3 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 3 a) b)))) (* 3 a)) |
(/ (- (sqrt (fma b (* a -3) (square c))) c) (* 3 a)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 248 | 1 | (7.406155651770244e-13 2.971538961408664e-12 8.473861990341845e-15) | 1 | (6.391696412699016e-7 0.14244455964040129 411.85254071842206) | (+.f64 (neg.f64 b) (sqrt.f64 (-.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 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | (/.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)) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| 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 |
| 106.0ms | 384× | 1 | valid |
| 40.0ms | 128× | 0 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 23.0ms (34.2% of total)ival-add: 13.0ms (19.3% of total)backward-pass: 8.0ms (11.9% of total)ival-div: 7.0ms (10.4% of total)ival-sqrt: 7.0ms (10.4% of total)ival-neg: 5.0ms (7.4% of total)ival-sub: 5.0ms (7.4% of total)const: 1.0ms (1.5% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 31.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
Compiled 19 to 13 computations (31.6% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 2884× | fnmadd-define |
| 1658× | fma-define |
| 1490× | fnmsub-define |
| 1334× | fmm-def |
| 1330× | fmsub-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 61 |
| 1 | 28 | 57 |
| 2 | 56 | 57 |
| 3 | 85 | 57 |
| 4 | 145 | 57 |
| 5 | 259 | 57 |
| 6 | 480 | 57 |
| 7 | 941 | 57 |
| 8 | 2141 | 57 |
| 9 | 4662 | 57 |
| 10 | 7373 | 57 |
| 0 | 8043 | 57 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(* 3 a) |
3 |
| Outputs |
|---|
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 31.6% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| 56.0ms | 192× | 1 | valid |
| 7.0ms | 64× | 0 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 20.0ms (54.6% of total)ival-sqrt: 4.0ms (10.9% of total)backward-pass: 4.0ms (10.9% of total)ival-div: 3.0ms (8.2% of total)ival-sub: 2.0ms (5.5% of total)ival-add: 2.0ms (5.5% of total)const: 1.0ms (2.7% of total)| Inputs |
|---|
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a))> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* c (* a -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 (* 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/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 (* (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 (* 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 (* -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 (* (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 (* 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 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 (* -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 (* 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 (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 (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | c | @ | inf | (+ (* b b) (* c (* a -3))) |
| 2.0ms | a | @ | -inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | c | @ | 0 | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | a | @ | -inf | (sqrt (+ (* b b) (* c (* a -3)))) |
| 1× | batch-egg-rewrite |
| 4866× | *-lowering-*.f32 |
| 4866× | *-lowering-*.f64 |
| 3206× | /-lowering-/.f32 |
| 3206× | /-lowering-/.f64 |
| 1202× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 48 |
| 1 | 63 | 44 |
| 2 | 545 | 44 |
| 3 | 7665 | 44 |
| 0 | 8163 | 44 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* c (* a -3)) |
| Outputs |
|---|
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (/.f64 b (*.f64 a #s(literal 3 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 (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))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #s(literal 0 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 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 (/.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 (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))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (*.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))))) |
(neg.f64 (/.f64 #s(literal -1 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.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 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 (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 #s(literal 0 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 (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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 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 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (-.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 #s(literal 0 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 (*.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) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.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 (-.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 a #s(literal 3 binary64))))) |
(/.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 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))))) 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 #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 #s(literal 1 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))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a 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 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 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 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 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 #s(literal 0 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 (*.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 #s(literal 0 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 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (-.f64 #s(literal 0 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)))) (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 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.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 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.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 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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)) (*.f64 b (*.f64 b b))) (*.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 (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 a #s(literal 3 binary64))) (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #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))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.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 (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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.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 (*.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.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))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 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 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.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))))) #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 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.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))))) 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 c (*.f64 a #s(literal -3 binary64))))) a) a) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #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)) (*.f64 b (*.f64 b b))) #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 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)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 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)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.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 (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) a)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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))))))))) #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 (*.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)))))))) a)) |
(/.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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))))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.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 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 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 (+.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 #s(literal 0 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 (-.f64 #s(literal 0 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 #s(literal 0 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 (-.f64 #s(literal 0 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 #s(literal 0 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) a)) (*.f64 (-.f64 #s(literal 0 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 #s(literal 0 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/3 binary64)) (*.f64 (-.f64 #s(literal 0 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))))))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 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 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 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 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 b b) (-.f64 (*.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 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 3 binary64) (-.f64 #s(literal 0 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 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/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 a (+.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 #s(literal 1/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 a (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 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 a (-.f64 #s(literal 0 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 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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))) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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)) |
(/.f64 (+.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (pow.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 #s(literal 1 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 #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 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (*.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 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #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 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 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 0 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 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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 #s(literal 0 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/3 binary64) a)) (-.f64 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 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)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 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/3 binary64) a)) (+.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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (/.f64 #s(literal -1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -3 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.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 (+.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 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 3 binary64))) |
(pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 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 #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 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 #s(literal 1 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 (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 #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 #s(literal 1/3 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 #s(literal 1/3 binary64) a) (+.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 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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 (-.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/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 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 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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 (/.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 #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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 a 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 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 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 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 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))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.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)) (/.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 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a))) |
(*.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 (/.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))) a) (/.f64 (/.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))))))))) #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 3 binary64)) (/.f64 (/.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))))))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(*.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 a #s(literal 3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.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))) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (pow.f64 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (*.f64 b (+.f64 b (sqrt.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)))))))) |
(*.f64 (/.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))) (*.f64 a #s(literal 3 binary64))) (-.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))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 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 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b b) (-.f64 (*.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))))) b)) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.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 (*.f64 b b) (+.f64 (*.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 (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 (/.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))))))))) (neg.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 (/.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))))))) (neg.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (-.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 (+.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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)) |
(neg.f64 (-.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 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 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (-.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 0 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 (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 b b) (-.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 #s(literal 1 binary64) (/.f64 #s(literal 1 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 1 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) (/.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (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 (*.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 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (neg.f64 (-.f64 #s(literal 0 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 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 #s(literal 0 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 0 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 #s(literal 0 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)))) (neg.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.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 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.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 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.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)) (+.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 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 b (*.f64 b b)))) (*.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 (+.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.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 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 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 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.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 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.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 (-.f64 #s(literal 0 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 0 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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 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 (+.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 #s(literal 0 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))))) (neg.f64 (-.f64 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.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)) (pow.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 (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 (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 (/.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 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 (+.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 (pow.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)) (pow.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 (/.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 (*.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 (/.f64 (*.f64 b b) (+.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 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 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.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 (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 (*.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 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 (+.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 (+.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 (*.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 (*.f64 b b) (+.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 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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.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 (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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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 (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 b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.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 (-.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 #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))))))))) #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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.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)))))))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 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 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (*.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))))) b)) |
(*.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))) (+.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (pow.f64 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (*.f64 b (+.f64 b (sqrt.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)))))))) |
(*.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))) (-.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))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 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 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (+.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 b b) (+.f64 (*.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)))))))))) |
(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 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.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))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (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 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (sqrt.f64 (-.f64 #s(literal 0 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 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (sqrt.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.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 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (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 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(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 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 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/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (/.f64 #s(literal 1 binary64) (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 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(*.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))))))) |
(+.f64 (*.f64 b b) (*.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 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (neg.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(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 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (-.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 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (-.f64 #s(literal 0 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))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 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)))))) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 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 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 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 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal 81 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (*.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))))) (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 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))) (*.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))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (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 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (+.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 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 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 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) #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 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (neg.f64 (-.f64 #s(literal 0 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 (neg.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) (+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (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 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64)))) (/.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 b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64))) (/.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 b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal 729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) |
(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 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(*.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 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (/.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 (*.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 c (*.f64 a #s(literal -3 binary64)))) (/.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 (*.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 c (*.f64 a #s(literal -3 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 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.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 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (-.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #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 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 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
(*.f64 (*.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/4 binary64))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a)))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c (*.f64 #s(literal 9 binary64) (*.f64 c a))))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c a))) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) c)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 c #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (*.f64 a #s(literal 3 binary64))) |
| 1× | egg-herbie |
| 5990× | *-lowering-*.f32 |
| 5990× | *-lowering-*.f64 |
| 2330× | +-lowering-+.f64 |
| 2330× | +-lowering-+.f32 |
| 1558× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7259 | 3175 |
| 0 | 8106 | 3175 |
| 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)) |
(* 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/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))))) |
(* (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)) |
(* 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)))))) |
(* -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)))))) |
(* (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 (* 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)))))))) |
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)))))))) |
(* -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)) |
(* 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)))) |
(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)))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
| 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 (*.f64 #s(literal 1/6 binary64) (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 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 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 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) (+.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 -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 #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 c (*.f64 c (*.f64 a 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) |
(* 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 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c 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 #s(literal -1/3 binary64) (/.f64 b a)) c) (+.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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 c a))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 c (*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) #s(literal -1 binary64))) |
(* -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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/6 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 #s(literal -1/24 binary64) (*.f64 (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 (*.f64 (*.f64 #s(literal 1/6 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)) |
(* -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 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 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 (*.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))) (*.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/6 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 (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/6 binary64)))) (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 c a))) |
(+ (* -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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 c a))) (/.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 #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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 c a))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.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 a 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))) (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))))) a)) 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 (*.f64 #s(literal 1/2 binary64) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(+ (* 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 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))))))))) |
(* -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 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 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.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 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a 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))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.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 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 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (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 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (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) |
(* 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 (*.f64 c (*.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 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (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 c #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) 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 (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 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 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 -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.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)) (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 -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.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 (sqrt.f64 (/.f64 c a)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) b) c)) (neg.f64 c)) |
(* -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 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.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 (*.f64 c (/.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 (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 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 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (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 (-.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 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* (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 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (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/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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.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 c (*.f64 a #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 1 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 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 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 (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 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 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 c (*.f64 a #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 1 binary64))))) |
(* -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 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 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 (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1 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 (* 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 (*.f64 c (*.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 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (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 (*.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 (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 (*.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 (/.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (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 (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.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 (*.f64 c (*.f64 c a)))))))) (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 #s(literal 1/2 binary64) (*.f64 (/.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 (*.f64 c (*.f64 c a))))))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.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 (/.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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.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 (*.f64 c (*.f64 c a)))))))) (+.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 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (neg.f64 c)) |
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 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.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 (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 (*.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 (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 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/2 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #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))))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (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))) #s(literal 1/16 binary64)))) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #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 a (*.f64 c #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 a (*.f64 c #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 a (*.f64 c #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 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #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 a (*.f64 c #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)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #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)) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
Compiled 22275 to 2059 computations (90.8% saved)
60 alts after pruning (60 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 505 | 60 | 565 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 506 | 60 | 566 |
| Status | Accuracy | Program |
|---|---|---|
| 33.7% | (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 33.3% | (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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) a)) | |
| 31.8% | (/.f64 (/.f64 (-.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 (+.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 (*.f64 b b) (+.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 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 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 94.8% | (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 91.8% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) | |
| 81.4% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64))) | |
| 31.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 32.3% | (/.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)))))))))) | |
| 31.9% | (/.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 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 31.9% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.8% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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))))) | |
| 31.5% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 22.9% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 26.5% | (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.8% | (/.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) | |
| 31.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 31.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 30.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 31.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 31.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) | |
| 30.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 32.3% | (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 31.2% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| ▶ | 31.3% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 95.2% | (/.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 -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) | |
| 30.9% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) | |
| 92.1% | (/.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) | |
| 32.4% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) | |
| 32.4% | (/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) | |
| 91.8% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 94.9% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
| ▶ | 81.7% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 91.5% | (/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) | |
| 31.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) | |
| 31.4% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)))) | |
| ▶ | 31.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
| 31.4% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 32.2% | (-.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)))) | |
| 31.2% | (-.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)))) | |
| 92.1% | (+.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)))) | |
| ▶ | 96.9% | (+.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 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
| 95.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)))))) | |
| 30.6% | (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) | |
| 31.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 31.8% | (*.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) | |
| 32.4% | (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 91.9% | (*.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))))) | |
| 95.0% | (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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))) | |
| 96.6% | (*.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 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
Compiled 4482 to 2194 computations (51% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
| ✓ | cost-diff | 384 | (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) |
| ✓ | cost-diff | 384 | (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) |
| ✓ | cost-diff | 640 | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | cost-diff | 256 | (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))) |
| ✓ | cost-diff | 384 | (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))) |
| ✓ | cost-diff | 384 | (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))) |
| ✓ | cost-diff | 384 | (+.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 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
| 4318× | *-lowering-*.f32 |
| 4318× | *-lowering-*.f64 |
| 2688× | /-lowering-/.f32 |
| 2688× | /-lowering-/.f64 |
| 1622× | fma-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 70 | 679 |
| 1 | 211 | 642 |
| 2 | 687 | 628 |
| 3 | 2327 | 605 |
| 4 | 5915 | 603 |
| 0 | 8449 | 603 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* -3/8 (* c c)) |
-3/8 |
(* c c) |
(* b (* b b)) |
(* b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(* (* -9/16 c) (* c c)) |
(* -9/16 c) |
-9/16 |
(pow b 5) |
5 |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(* -1/6 a) |
-1/6 |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(* (pow c 4) 405/64) |
(pow c 4) |
4 |
405/64 |
(pow b 6) |
6 |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(/ 1 (/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a))) |
1 |
(/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)) |
3 |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) (* (* a 3) a)) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(* (* a 3) (/ b 3)) |
(* a 3) |
3 |
(/ b 3) |
(* (* a 3) a) |
(/ (* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) (* 3 a)) |
(* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) |
c |
(+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))))) |
(/ (* a -3/2) b) |
(* a -3/2) |
a |
-3/2 |
b |
(* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))) |
(+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))) |
(/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) |
(* (* (* a (* a a)) -27/16) c) |
(* (* a (* a a)) -27/16) |
(* a (* a a)) |
(* a a) |
-27/16 |
(pow b 5) |
5 |
(/ (* (* a a) -9/8) (* b (* b b))) |
(* (* a a) -9/8) |
-9/8 |
(* b (* b b)) |
(* b b) |
(* 3 a) |
3 |
| Outputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (*.f64 (/.f64 c b) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/8 binary64))) b) b)))) |
(/ (* c -1/2) b) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) b) (*.f64 b b)) |
(* -3/8 (* c c)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c c) |
(*.f64 c c) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(*.f64 a (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))))) |
(+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)) |
(+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64)))) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(* (* -9/16 c) (* c c)) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(* -9/16 c) |
(*.f64 c #s(literal -9/16 binary64)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(/.f64 (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(/.f64 (*.f64 a (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) 405/64) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) |
(pow c 4) |
(pow.f64 c #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
405/64 |
#s(literal 405/64 binary64) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
6 |
#s(literal 6 binary64) |
(/ (* c -1/2) b) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(/ 1 (/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
1 |
#s(literal 1 binary64) |
(/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)) |
(/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
3 |
#s(literal 3 binary64) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) (* (* a 3) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) |
(*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(* (sqrt (+ (* b b) (* c (* a -3)))) a) |
(*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(* (* a 3) (/ b 3)) |
(*.f64 b a) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ b 3) |
(/.f64 b #s(literal 3 binary64)) |
(* (* a 3) a) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(/ (* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) (* 3 a)) |
(/.f64 (*.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) b))))))) (*.f64 a #s(literal 3 binary64))) |
(* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) |
(*.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) b))))))) |
c |
(+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))))) |
(*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) b)))))) |
(/ (* a -3/2) b) |
(*.f64 a (/.f64 #s(literal -3/2 binary64) b)) |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
a |
-3/2 |
#s(literal -3/2 binary64) |
b |
(* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))) |
(*.f64 c (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) b)))) |
(+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) b))) |
(/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) |
(/.f64 (*.f64 c (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* (* (* a (* a a)) -27/16) c) |
(*.f64 c (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64))) |
(* (* a (* a a)) -27/16) |
(*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) |
(* a (* a a)) |
(*.f64 a (*.f64 a a)) |
(* a a) |
(*.f64 a a) |
-27/16 |
#s(literal -27/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ (* (* a a) -9/8) (* b (* b b))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (/.f64 a (*.f64 b b)))) b) |
(* (* a a) -9/8) |
(*.f64 (*.f64 a a) #s(literal -9/8 binary64)) |
-9/8 |
#s(literal -9/8 binary64) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) |
| ✓ | accuracy | 99.4% | (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
| ✓ | accuracy | 31.5% | (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
| ✓ | accuracy | 99.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 31.6% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
| 364.0ms | 194× | 1 | valid |
| 41.0ms | 62× | 0 | valid |
Compiled 774 to 71 computations (90.8% saved)
ival-mult: 100.0ms (45.1% of total)ival-div: 45.0ms (20.3% of total)ival-pow: 23.0ms (10.4% of total)backward-pass: 22.0ms (9.9% of total)ival-add: 12.0ms (5.4% of total)...c/correct-round.rkt:119:19: 8.0ms (3.6% of total)ival-sqrt: 4.0ms (1.8% of total)ival-sub: 4.0ms (1.8% of total)const: 3.0ms (1.4% of total)| Inputs |
|---|
#<alt (+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))))> |
#<alt (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))> |
#<alt (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))> |
#<alt (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))> |
#<alt (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (/ 1 (/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)))> |
#<alt (/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a))> |
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) (* (* a 3) a))> |
#<alt (- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3)))> |
#<alt (* (* a 3) (/ b 3))> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) a)> |
#<alt (/ (* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) (* 3 a))> |
#<alt (* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))))))> |
#<alt (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))> |
#<alt (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))))> |
#<alt (/ (* (pow c 4) 405/64) (pow b 6))> |
#<alt (/ (* (* -9/16 c) (* c c)) (pow b 5))> |
#<alt (* (* -9/16 c) (* c c))> |
#<alt (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6)))> |
#<alt (* c (* a -3))> |
#<alt (/ (* (* (* a (* a a)) -27/16) c) (pow b 5))> |
#<alt (/ (* (* a a) -9/8) (* b (* b b)))> |
| Outputs |
|---|
#<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 (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<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 (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -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 (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b))> |
#<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 (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<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 (* 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/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 (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2)))))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))) (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2)))))))> |
#<alt (* -2 (/ b c))> |
#<alt (* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c))))> |
#<alt (* b (- (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2)))) (* 2 (/ 1 c))))> |
#<alt (* b (- (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2))))) (* 2 (/ 1 c))))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* -3 (/ (+ (* -27/32 (* (pow a 4) (pow c 3))) (* -27/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) b))> |
#<alt (* -2 (/ b c))> |
#<alt (/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -2 b) (* c (+ (* -3 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* 3/2 (/ a b))))) c)> |
#<alt (/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* -3 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (* -3 (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))))))) c)> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c)> |
#<alt (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))) c)> |
#<alt (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))))) c)> |
#<alt (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -2 (/ b c))> |
#<alt (+ (* -2 (/ b c)) (* 3/2 (/ a b)))> |
#<alt (+ (* -2 (/ b c)) (* a (+ (* -3 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b)))))> |
#<alt (+ (* -2 (/ b c)) (* a (+ (* a (+ (* -3 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (* -3 (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))))) (* 3/2 (/ 1 b)))))> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2)))))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<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 (* 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 (* -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 (* (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 (* 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 (* -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 (* 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 (* -1/3 (/ (* b (- a (* -1 a))) (pow a 2)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))> |
#<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))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))))> |
#<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/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 (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b)> |
#<alt (* -1 (* b (- a (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -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 (* (pow a 3) c)) (sqrt -3))> |
#<alt (* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* (pow a 2) (- (+ (* -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 (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -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)) (* -1 b)) a))))> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<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))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* a b))> |
#<alt (* -1 (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))))> |
#<alt (* a b)> |
#<alt (+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b))> |
#<alt (+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))))> |
#<alt (+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* a b)> |
#<alt (* a (+ b (* -3/2 (/ (* a c) b))))> |
#<alt (* a (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))))> |
#<alt (* 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)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* (pow a 2) (+ (* -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 (* (pow a 2) (+ (* -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 (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 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 (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<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 (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<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))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<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 (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/8 (/ (pow a 2) (* (pow b 3) c))) (* 27/16 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5))))))> |
#<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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/8 (/ (pow c 2) (* a (pow b 3)))) (* 27/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5))> |
#<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))))) b)> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* a (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* a (- (* a (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* a (- (* a (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))))> |
#<alt (* (pow a 3) (- (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))) (/ 3/2 (* (pow a 2) b))))> |
#<alt (* (pow a 3) (- (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))) (/ 3/2 (* (pow a 2) b))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)) (* 27/16 (/ (pow c 2) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)) (* 27/16 (/ (pow c 2) (pow b 5))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a (pow b 2))) (* -9/8 (* (pow a 2) c))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a (pow b 2))) (* -9/8 (* (pow a 2) c))))) (pow b 5))> |
#<alt (* -3/2 (/ a b))> |
#<alt (/ (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) b)> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))> |
#<alt (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))> |
#<alt (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow a 2) (pow b 3))) (* 3/2 (/ a (* b c)))) c))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow a 2) (pow b 3))) (* 3/2 (/ a (* b c)))) c))))> |
#<alt (* -9/8 (/ (* (pow a 2) c) (pow b 3)))> |
#<alt (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* -9/8 (/ (* (pow a 2) c) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3)))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5)))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5))> |
#<alt (* -9/8 (/ (* (pow a 2) c) (pow b 3)))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3))> |
#<alt (* -9/8 (/ (* (pow a 2) c) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -27/16 (/ (* (pow a 3) c) (pow b 5)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
#<alt (* -9/8 (/ (pow a 2) (pow b 3)))> |
195 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 26.0ms | a | @ | 0 | (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))) |
| 21.0ms | c | @ | 0 | (/ (* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) (* 3 a)) |
| 11.0ms | a | @ | inf | (/ (* (* a a) -9/8) (* b (* b b))) |
| 5.0ms | b | @ | inf | (/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)) |
| 4.0ms | c | @ | -inf | (* c -1/2) |
| 1× | batch-egg-rewrite |
| 3844× | *-lowering-*.f32 |
| 3844× | *-lowering-*.f64 |
| 2326× | /-lowering-/.f32 |
| 2326× | /-lowering-/.f64 |
| 1364× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 70 | 447 |
| 1 | 434 | 416 |
| 2 | 4534 | 416 |
| 0 | 8072 | 416 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(/ (* c -1/2) b) |
(* c -1/2) |
(/ 1 (/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a))) |
(/ 3 (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) (* (* a 3) a)) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) a) (* (* a 3) (/ b 3))) |
(* (* a 3) (/ b 3)) |
(* (sqrt (+ (* b b) (* c (* a -3)))) a) |
(/ (* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) (* 3 a)) |
(* c (+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))))) |
(+ (/ (* a -3/2) b) (* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b)))))) |
(* c (+ (/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) (/ (* (* a a) -9/8) (* b (* b b))))) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(* (* -9/16 c) (* c c)) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(* c (* a -3)) |
(/ (* (* (* a (* a a)) -27/16) c) (pow b 5)) |
(/ (* (* a a) -9/8) (* b (* b b))) |
| Outputs |
|---|
(+.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))))) (/.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64)) (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))))) |
(fma.f64 c (/.f64 #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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) a (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64)) (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) a) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64))) (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64)))) (neg.f64 (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a))) |
(+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) a (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (-.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64))) a) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64))) a) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) a) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (/.f64 (*.f64 c c) b) b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) b) b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(+.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(+.f64 (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))))) |
(fma.f64 a (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) a (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) #s(literal 3 binary64)) (pow.f64 (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) #s(literal 2 binary64)) (*.f64 (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) (-.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 a (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 a (+.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (+.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64)) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 a (-.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) a) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) a) (+.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64)) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) a) (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c #s(literal -1/2 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 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.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 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(exp.f64 (*.f64 (log.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))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 (/.f64 b a) #s(literal 3 binary64))) |
(neg.f64 (/.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 #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.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) a) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.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 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.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))) a) |
(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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (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/2 binary64)) #s(literal 2 binary64)) |
(*.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 (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) a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(*.f64 (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/2 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/2 binary64))) |
(*.f64 (*.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 binary64) a)) |
(*.f64 (/.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) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.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)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) 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 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(/.f64 #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) a))) |
(/.f64 #s(literal -3 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) |
(/.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)) |
(/.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 (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 -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #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)) (/.f64 #s(literal 1 binary64) a)) |
(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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.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 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 (/.f64 a (-.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) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) |
(*.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)) |
(*.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 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 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (/.f64 b a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.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))))) a) (/.f64 b a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.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 (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))))) b) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.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 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 a (+.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 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)) |
(/.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 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)))))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 b a) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 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 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.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)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (-.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b)) |
(+.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)))))))) |
(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 #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 (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 (+.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 (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 (+.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 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(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)))))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #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))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 a a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 a a) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(neg.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) (neg.f64 (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) a) (*.f64 a #s(literal 3 binary64))) |
(pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) a) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))) |
(-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (-.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a (neg.f64 (-.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (neg.f64 (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (-.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #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))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))))) (-.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal -3 binary64)) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)) #s(literal -3 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))) #s(literal -3 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 a (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 a (/.f64 b #s(literal 3 binary64)))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (/.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)) a) |
(*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) a) #s(literal 3 binary64)) |
(*.f64 a (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))))) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64))) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 c #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) a) |
(/.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) a)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) a) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64))) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) (*.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) (/.f64 c (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 c #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) a) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(*.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) (*.f64 a #s(literal 3 binary64))) c) |
(*.f64 (/.f64 c a) (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64)) (/.f64 c a)) |
(+.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(+.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) c (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (-.f64 (pow.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)) (*.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64))) (-.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))))) |
(/.f64 (*.f64 c (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64))) c) (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64))) c) (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) c) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c))) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) (/.f64 (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(fma.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(fma.f64 a (/.f64 #s(literal -3/2 binary64) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)))) (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)) (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)))) (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (pow.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c))) |
(fma.f64 c (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) c (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) (*.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)))) (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) c)) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c)))) |
(/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b b))) |
(/.f64 (*.f64 c (+.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (-.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -2 binary64)) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b b))))) |
(/.f64 (*.f64 c (-.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -2 binary64)) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) (-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) c) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) c) (-.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -2 binary64)) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -2 binary64)) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) c) (-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (neg.f64 (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c c) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 #s(literal 405/64 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) |
(*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 c (*.f64 c (*.f64 c c)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 405/64 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))))) |
(/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5/2 binary64))) (pow.f64 b #s(literal 5/2 binary64))) |
(pow.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) |
(*.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 c (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(*.f64 (*.f64 c c) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(*.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 c c)) |
(*.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) c) |
(*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) c) |
(/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (*.f64 a #s(literal -1/6 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 a #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 a #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 a #s(literal -1/6 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal -1/6 binary64)) a) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (neg.f64 c)) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (neg.f64 c)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (neg.f64 c))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5/2 binary64))) (pow.f64 b #s(literal 5/2 binary64))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 c (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 a (*.f64 (*.f64 (*.f64 a a) #s(literal -27/16 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -27/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c #s(literal -27/16 binary64)) (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64))) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (neg.f64 c)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c #s(literal -27/16 binary64)))) |
(*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64)))) |
(*.f64 (/.f64 c (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 c (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 c #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9/8 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) |
(/.f64 (*.f64 (*.f64 a a) #s(literal 9/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) b)) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a a) #s(literal 9/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) b))) (neg.f64 (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 (*.f64 a a) b) #s(literal -9/8 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) b) |
(/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b b)) b) |
(/.f64 (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) b)) b) b) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) b))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 a (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 a (*.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 a a) (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal 9/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 a a) b) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a a) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) |
(*.f64 (*.f64 a (/.f64 (*.f64 a #s(literal -9/8 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a)) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (*.f64 b b))) |
(*.f64 (/.f64 a (*.f64 b b)) (/.f64 (*.f64 a #s(literal -9/8 binary64)) b)) |
(*.f64 (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal -9/8 binary64) b)) |
(*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 a a) (*.f64 b b))) |
| 1× | egg-herbie |
| 6746× | *-lowering-*.f32 |
| 6746× | *-lowering-*.f64 |
| 3696× | +-lowering-+.f64 |
| 3696× | +-lowering-+.f32 |
| 1964× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1501 | 15722 |
| 1 | 5343 | 14850 |
| 0 | 8529 | 14850 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -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 (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(* -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) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(* -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 (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -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) |
(* 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/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))))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))) (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(* -2 (/ b c)) |
(* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c)))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2)))) (* 2 (/ 1 c)))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2))))) (* 2 (/ 1 c)))) |
(* -3/2 (/ a b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -27/32 (* (pow a 4) (pow c 3))) (* -27/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) b)) |
(* -2 (/ b c)) |
(/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c) |
(/ (+ (* -2 b) (* c (+ (* -3 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* 3/2 (/ a b))))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* -3 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (* -3 (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))))))) c) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))))) c) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -2 (/ b c)) |
(+ (* -2 (/ b c)) (* 3/2 (/ a b))) |
(+ (* -2 (/ b c)) (* a (+ (* -3 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) |
(+ (* -2 (/ b c)) (* a (+ (* a (+ (* -3 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (* -3 (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))))) (* 3/2 (/ 1 b))))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2))))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(* (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)) |
(* 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)))))) |
(* -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))) |
(* (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)) |
(* 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)))))) |
(* -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)))))) |
(* 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) |
(* -1/3 (/ (* b (- a (* -1 a))) (pow a 2))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))) |
(* -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))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))) |
(* -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/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))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(* -1 (* b (- a (* -1 a)))) |
(* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a)))) |
(* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a)))) |
(* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a)))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -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 (* (pow a 3) c)) (sqrt -3)) |
(* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* (pow a 2) (- (+ (* -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 (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -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)) (* -1 b)) a)))) |
(* 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) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* a b) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) |
(* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(* -1 (* a b)) |
(* -1 (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))) |
(* a b) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))) |
(* a b) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(* a (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(* 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))))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* (pow a 2) (+ (* -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))))) |
(* (pow a 2) (+ (* -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 (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 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 (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -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 (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(* -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))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -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 (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ (pow a 2) (* (pow b 3) c))) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(* -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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ (pow c 2) (* a (pow b 3)))) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(* -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))))) b) |
(* -3/2 (/ (* a c) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(* -3/2 (/ a b)) |
(* a (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* a (- (* a (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* a (- (* a (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(* (pow a 3) (- (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))) (/ 3/2 (* (pow a 2) b)))) |
(* (pow a 3) (- (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))) (/ 3/2 (* (pow a 2) b)))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a (pow b 2))) (* -9/8 (* (pow a 2) c))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a (pow b 2))) (* -9/8 (* (pow a 2) c))))) (pow b 5)) |
(* -3/2 (/ a b)) |
(/ (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) b) |
(* -3/2 (/ a b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(* -3/2 (/ a b)) |
(+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))) |
(+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))) |
(+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow a 2) (pow b 3))) (* 3/2 (/ a (* b c)))) c)))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow a 2) (pow b 3))) (* 3/2 (/ a (* b c)))) c)))) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) |
(* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) |
(* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3)) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3)) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3)) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
| Outputs |
|---|
(* -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 (*.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 (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 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 -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 a (*.f64 b (*.f64 b b))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(* -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) b) (/.f64 (*.f64 a (*.f64 c c)) 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) b) (/.f64 (*.f64 a (*.f64 c c)) 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) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -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 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) 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) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 135/128 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -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 a (*.f64 c c))) (*.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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (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 (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(+.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 -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/16 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.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 -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.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 -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/16 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (+.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 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 a (*.f64 b (*.f64 b b))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 a (*.f64 b (*.f64 b b))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 135/128 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b)))) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 135/128 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b)))) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 135/128 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b)))) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(* -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) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #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) b) (/.f64 (*.f64 a (*.f64 c c)) 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) b) (/.f64 (*.f64 a (*.f64 c c)) 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 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (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 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.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)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (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 -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (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)))) (-.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 (*.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 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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) b) (*.f64 c a)) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (+.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 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 b (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (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 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 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 (*.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 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 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 (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 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b 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)) |
(* -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 a (*.f64 c c))) (*.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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (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) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (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 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (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 #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 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 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 #s(literal -1/3 binary64) (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/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (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 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 c #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 c #s(literal -3 binary64)))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))) (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 c #s(literal -3 binary64))) (*.f64 b (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))))))) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2)))) (* 2 (/ 1 c)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2))))) (* 2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)))) (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) a)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -27/32 (* (pow a 4) (pow c 3))) (* -27/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) b)) |
(/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c) |
(/ (+ (* -2 b) (* c (+ (* -3 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* 3/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* -3 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (* -3 (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) b) (*.f64 c (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64)))))))) c) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c) |
(/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64))) (*.f64 c c))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64)) (*.f64 c c)) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) c) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c)) |
(/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c b)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/2 binary64))) c)) c)) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c b)) #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) c)) c)) (neg.f64 c)) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(+ (* -2 (/ b c)) (* 3/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)) |
(+ (* -2 (/ b c)) (* a (+ (* -3 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) |
(+ (* -2 (/ b c)) (* a (+ (* a (+ (* -3 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (* -3 (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))))) (* 3/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))))))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 c #s(literal -3 binary64))))) |
(- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)) (*.f64 a a))) (/.f64 b (neg.f64 c))) |
(- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(-.f64 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 c c)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1 binary64) (/.f64 b c))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))))) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (neg.f64 c))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(-.f64 (*.f64 #s(literal -3 binary64) (/.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 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b a) c))) a)) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(-.f64 (*.f64 #s(literal -3 binary64) (/.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 #s(literal -3/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal 3/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b a) c))) a)) |
(* (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 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 (*.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))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 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 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 a (*.f64 c c))) (*.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 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 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 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) a)))) 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 #s(literal 2 binary64) a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (-.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 #s(literal 2 binary64) a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -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 -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.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 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (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 5 binary64)))) (/.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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 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 -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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b 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)) |
(* -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 a (*.f64 c c))) (*.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 -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -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 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 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 #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 -3 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 (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))))) #s(literal -1/8 binary64)) (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.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 -3 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (* (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 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -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 b (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal 1/8 binary64))) a)) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -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 #s(literal -1/8 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/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 (*.f64 c 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 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.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 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.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 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 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 0 binary64) b) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b 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 0 binary64) b) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.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 0 binary64) b) (+.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 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c 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 (*.f64 c (*.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 #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 #s(literal -3/2 binary64)) 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 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 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 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (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 #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 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (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 (-.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 a)))) (/.f64 (*.f64 (*.f64 b 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 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c 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 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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 -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (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 #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 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 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 #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 -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 (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))))) #s(literal -1/8 binary64)) (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.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 -3 binary64))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (/.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/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) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) b) a)) (-.f64 #s(literal 0 binary64) 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 (*.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 a (*.f64 c (*.f64 c c)))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (-.f64 #s(literal 0 binary64) a)) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #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) b) (/.f64 (*.f64 a (*.f64 c c)) 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) b) (/.f64 (*.f64 a (*.f64 c c)) 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 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -1/3 (/ (* b (- a (* -1 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 b (*.f64 #s(literal 2 binary64) a))) (*.f64 a a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 2 binary64) a)) (*.f64 a a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 2 binary64) a)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* -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))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 2 binary64) a)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -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 (*.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 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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) b) (*.f64 c a)) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (+.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 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 b (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (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 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 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 (*.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 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 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 (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 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b 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)) |
(* -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 a (*.f64 c c))) (*.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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (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) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (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 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (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 #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 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 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 #s(literal -1/3 binary64) (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/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (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 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c)))) a))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))))) a))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1 (* b (- a (* -1 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 #s(literal 2 binary64) a))) |
(* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))))) |
(* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (+.f64 (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) b)))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* 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) (*.f64 a a)) b) (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 c a) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c))) |
(*.f64 c (+.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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 b a) c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a)) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.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 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a))))) (neg.f64 c)) (*.f64 b a)) c)) (neg.f64 c)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* (pow a 2) (+ (* -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 a 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 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.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 -3 binary64)))))) |
(* (pow a 2) (- (+ (* -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 (*.f64 a a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -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 b a)) (*.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 -3 binary64))))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))) |
(*.f64 (*.f64 a a) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (+.f64 b (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -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)) (* -1 b)) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal 1/8 binary64))) a)) a))) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* a b) |
(*.f64 b a) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.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) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
(* a b) |
(*.f64 b a) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) |
(* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 (* a b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b a)) |
(* -1 (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* -1 (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) |
(* -1 (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))))) |
(* a b) |
(*.f64 b a) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(+.f64 (*.f64 b a) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b)) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))) |
(+.f64 (*.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b)))))) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))) |
(+.f64 (*.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))))) |
(*.f64 c (+.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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/8 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 a (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 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 a (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64))))) (/.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)))))) (neg.f64 c)) |
(* a b) |
(*.f64 b a) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b))) |
(* a (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(*.f64 a (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))) |
(* 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 a (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* (pow a 2) (+ (* -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 a a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)))) |
(* (pow a 2) (+ (* -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 (*.f64 a a) (+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -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 7 binary64))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 (*.f64 #s(literal -1/2 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 -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (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)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (-.f64 (*.f64 #s(literal -1/2 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 -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (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)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 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)))))) |
(* -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 (*.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 (+ (* -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))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)))) |
(* -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 a (*.f64 c c))) (*.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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (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 (+ (* -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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a a)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a a)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(* -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) b) (/.f64 (*.f64 a (*.f64 c c)) 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) b) (/.f64 (*.f64 a (*.f64 c c)) 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))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) 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) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c 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 (*.f64 c (*.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 #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 (+ (* -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 #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))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b (*.f64 c c)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ (pow a 2) (* (pow b 3) c))) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/8 binary64) c) (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c 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 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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 -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (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 (+ (* -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 -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a 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 -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a 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 -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b (*.f64 a a))))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a 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 -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b (*.f64 a a))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ (pow c 2) (* a (pow b 3)))) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))))) (pow.f64 b #s(literal 5 binary64))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c 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 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.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 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.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))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.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) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b))) (+.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b))) (+.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* a (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* a (- (* a (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* a (- (* a (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (- (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))) (/ 3/2 (* (pow a 2) b)))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/2 binary64) (*.f64 b (*.f64 a a)))))) |
(* (pow a 3) (- (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3))))) (/ 3/2 (* (pow a 2) b)))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/2 binary64) (*.f64 b (*.f64 a a)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/8 binary64) a) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 b a))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 b a))) a)))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a (pow b 2))) (* -9/8 (* (pow a 2) c))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a (pow b 2))) (* -9/8 (* (pow a 2) c))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64))))) (pow.f64 b #s(literal 5 binary64))) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64)))) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.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)))))) |
(+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.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)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b (*.f64 c c)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b (*.f64 c c)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow a 2) (pow b 3))) (* 3/2 (/ a (* b c)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (*.f64 c b))) c))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow a 2) (pow b 3))) (* 3/2 (/ a (* b c)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (*.f64 c b))) c))) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b 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 -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 (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.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 (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.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))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c 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 -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -27/16 (/ (* a (pow c 2)) (pow b 5))) (* -9/8 (/ c (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 b (*.f64 b b))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 2) (pow b 5))) (* -9/8 (/ c (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/8 binary64) a) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/8 binary64) a) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 27/16 (/ (pow c 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/8 binary64) a) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 2))) (* -9/8 (* (pow a 2) (* (pow b 2) c)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) #s(literal -27/16 binary64)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -9/8 (* (pow a 2) c))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* (pow a 2) c) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 9/8 (* (pow a 2) c)) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/8 binary64)) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* (pow a 3) c) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
Compiled 58231 to 4173 computations (92.8% saved)
77 alts after pruning (74 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1348 | 38 | 1386 |
| Fresh | 19 | 36 | 55 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1369 | 77 | 1446 |
| Status | Accuracy | Program |
|---|---|---|
| 32.4% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) | |
| 33.7% | (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 33.2% | (/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 33.3% | (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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) a)) | |
| 31.8% | (/.f64 (/.f64 (-.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 (+.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 (*.f64 b b) (+.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 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 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 32.4% | (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
| 32.4% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 32.2% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 31.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 32.4% | (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) | |
| 81.2% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 81.4% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (/.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))) a) | |
| 31.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 32.3% | (/.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)))))))))) | |
| 31.9% | (/.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 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 31.9% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.8% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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))))) | |
| 31.5% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.8% | (/.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) | |
| 31.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| ▶ | 31.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
| 30.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 31.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 30.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 32.3% | (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 31.2% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) | |
| 31.2% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| ✓ | 31.3% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) |
| 31.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 94.5% | (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) | |
| 30.9% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) | |
| 92.1% | (/.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) | |
| 95.9% | (/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) | |
| 32.4% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) | |
| 32.1% | (/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) | |
| 32.4% | (/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) | |
| 91.8% | (/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 81.4% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 94.9% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 81.7% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 31.4% | (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) | |
| 92.1% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) | |
| 95.2% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) | |
| 81.5% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) | |
| 31.4% | (/.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))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)))) | |
| 32.8% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 b a))))) | |
| 32.3% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (/.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))))) a))) | |
| 31.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) | |
| ✓ | 31.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
| 96.2% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) 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 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) a))) | |
| 81.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) | |
| 91.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) | |
| 92.2% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) | |
| 96.7% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))))))))) | |
| 95.2% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) | |
| 92.1% | (/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) | |
| 96.6% | (/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)))) (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) a)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c))))) | |
| 32.2% | (-.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)))) | |
| 31.2% | (-.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)))) | |
| ▶ | 96.9% | (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| 92.1% | (+.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)))) | |
| 95.3% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) | |
| 96.8% | (+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) | |
| ▶ | 31.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ▶ | 81.5% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 31.8% | (*.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) | |
| 32.4% | (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.4% | (*.f64 (*.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 binary64) a)) | |
| 91.9% | (*.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))) | |
| 96.6% | (*.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 -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
Compiled 5836 to 2900 computations (50.3% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 512 | (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | cost-diff | 512 | (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
| ✓ | cost-diff | 512 | (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) |
| ✓ | cost-diff | 640 | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | cost-diff | 6848 | (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
| ✓ | cost-diff | 6848 | (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))) |
| ✓ | cost-diff | 6848 | (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
| ✓ | cost-diff | 6976 | (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| 5546× | *-lowering-*.f32 |
| 5546× | *-lowering-*.f64 |
| 2784× | +-lowering-+.f64 |
| 2784× | +-lowering-+.f32 |
| 1932× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 65 | 804 |
| 1 | 220 | 690 |
| 2 | 1023 | 648 |
| 3 | 5463 | 641 |
| 0 | 8439 | 641 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) (/ (* c 1/2) b)) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* -3/8 (* c c)) |
-3/8 |
(* c c) |
c |
(* b (* b b)) |
b |
(* b b) |
(* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))) |
(+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))) |
(/ (* c (* c (* c -9/16))) (pow b 5)) |
(* c (* c (* c -9/16))) |
(* c (* c -9/16)) |
(* c -9/16) |
-9/16 |
(pow b 5) |
5 |
(/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))) |
(* (* a -1/6) (* (* c c) (* (* c c) 405/64))) |
(* a -1/6) |
-1/6 |
(* (* c c) (* (* c c) 405/64)) |
(* (* c c) 405/64) |
405/64 |
(* b (* (* b b) (* b (* b (* b b))))) |
(* (* b b) (* b (* b (* b b)))) |
(* b (* b (* b b))) |
(/ (* c 1/2) b) |
(* c 1/2) |
1/2 |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
-1/2 |
b |
c |
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/ 1/3 a) |
1/3 |
a |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3))) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b)) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(* a 3) |
3 |
(* 3 b) |
(* 3 (* a 3)) |
(/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
(/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
(- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) |
(* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
(* (* b b) (* b (* b (* b b)))) |
(* b (* b (* b b))) |
(* b (* b b)) |
(* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))) |
(* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))) |
(+ (* b b) (+ (* b b) (* c (* a -3)))) |
(* 3 a) |
3 |
| Outputs |
|---|
(- (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) (/ (* c 1/2) b)) |
(+.f64 (*.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)))) (*.f64 a a)) (*.f64 (/.f64 c b) (+.f64 (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) c) b) b)) #s(literal -1/2 binary64)))) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (* c c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
-3/8 |
#s(literal -3/8 binary64) |
(* c c) |
(*.f64 c c) |
c |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
b |
(* b b) |
(*.f64 b b) |
(* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))) |
(*.f64 a (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b))))) |
(+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))) |
(*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)))) |
(/ (* c (* c (* c -9/16))) (pow b 5)) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) |
(* c (* c (* c -9/16))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* c (* c -9/16)) |
(*.f64 c (*.f64 c #s(literal -9/16 binary64))) |
(* c -9/16) |
(*.f64 c #s(literal -9/16 binary64)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))) |
5 |
#s(literal 5 binary64) |
(/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(* (* a -1/6) (* (* c c) (* (* c c) 405/64))) |
(*.f64 (*.f64 c c) (*.f64 a (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) |
(* a -1/6) |
(*.f64 a #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
(* (* c c) (* (* c c) 405/64)) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) |
(* (* c c) 405/64) |
(*.f64 (*.f64 c c) #s(literal 405/64 binary64)) |
405/64 |
#s(literal 405/64 binary64) |
(* b (* (* b b) (* b (* b (* b b))))) |
(*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(* (* b b) (* b (* b (* b b)))) |
(*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) |
(* b (* b (* b b))) |
(*.f64 b (*.f64 b (*.f64 b b))) |
(/ (* c 1/2) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c 1/2) |
(*.f64 c #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(* (/ -1/2 b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
-1/2 |
#s(literal -1/2 binary64) |
b |
c |
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3))) |
(/.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) (* c (* a -3)))) a) (* a 3)) (* 3 b)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 (* a 3)) |
(*.f64 a #s(literal 9 binary64)) |
(/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64)))))))) |
(/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))))))) |
(- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) |
(-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) |
(*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
(*.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))))) |
(* (* b b) (* b (* b (* b b)))) |
(*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) |
(* b (* b (* b b))) |
(*.f64 b (*.f64 b (*.f64 b b))) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64)))))) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))))) |
(* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64)))) |
(+ (* b b) (+ (* b b) (* c (* a -3)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.4% | (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | accuracy | 99.2% | (*.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))))) |
| ✓ | accuracy | 33.7% | (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.4% | (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) |
| ✓ | accuracy | 31.7% | (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 31.6% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 99.4% | (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) |
| 395.0ms | 191× | 1 | valid |
| 41.0ms | 65× | 0 | valid |
Compiled 1078 to 66 computations (93.9% saved)
ival-mult: 159.0ms (60.8% of total)ival-div: 29.0ms (11.1% of total)backward-pass: 21.0ms (8% of total)ival-add: 15.0ms (5.7% of total)...c/correct-round.rkt:119:19: 14.0ms (5.4% of total)ival-sub: 10.0ms (3.8% of total)ival-pow: 8.0ms (3.1% of total)ival-sqrt: 4.0ms (1.5% of total)const: 2.0ms (0.8% of total)| Inputs |
|---|
#<alt (- (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) (/ (* c 1/2) b))> |
#<alt (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))))))> |
#<alt (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))> |
#<alt (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))))> |
#<alt (* (/ -1/2 b) c)> |
#<alt (/ -1/2 b)> |
#<alt (* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b))> |
#<alt (/ 1/3 a)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3)))> |
#<alt (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b))> |
#<alt (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3))> |
#<alt (* 3 (* a 3))> |
#<alt (/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a))> |
#<alt (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))))> |
#<alt (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))> |
#<alt (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))> |
#<alt (* (* c c) (* (* c c) 405/64))> |
#<alt (* (* b b) (* b (* b (* b b))))> |
#<alt (/ (* c (* c (* c -9/16))) (pow b 5))> |
#<alt (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))> |
#<alt (* c (* a -3))> |
#<alt (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b)))))> |
#<alt (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))> |
#<alt (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))> |
#<alt (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (- (* -3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b)))> |
#<alt (- (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b)))> |
#<alt (- (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) (* 1/2 (/ c b)))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<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 (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)> |
#<alt (/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) b)> |
#<alt (/ (- (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) (* 1/2 c)) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (- (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 c)) b))> |
#<alt (* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b))> |
#<alt (* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))) (* -1/2 c)) b))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<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 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 (/ 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 (* 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 (* -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 (* (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 (* 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 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 (* 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/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 (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3)))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3)))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -6 b)> |
#<alt (* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c))))> |
#<alt (* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a))))> |
#<alt (* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* 3 b)> |
#<alt (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -3 b)> |
#<alt (* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* 3 b)> |
#<alt (+ (* -9/2 (/ (* a c) b)) (* 3 b))> |
#<alt (+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 3 b)> |
#<alt (+ (* -9/2 (/ (* a c) b)) (* 3 b))> |
#<alt (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* 1/3 (* b (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1/3 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/3 (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a b)))> |
#<alt (/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2)))) b)> |
#<alt (/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2))))) b)> |
#<alt (/ (+ (* -1/3 (/ (+ (* 1/36 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) a)) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 6))) (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2)))))) b)> |
#<alt (* 2/27 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) c)))> |
#<alt (* -1 (* b (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (+ (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))) (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 4)))))))> |
#<alt (* -1 (* b (+ (* -1/3 (/ (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2))))))) (* a c))) (* 4/81 (/ (* (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 6))) (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (+ (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))) (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 4))))))))> |
#<alt (* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/3 (* c (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* c (+ (* 1/3 (* c (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* c (+ (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* c (+ (* -1/3 (* c (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (+ (* -1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* 1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) c))) c)) (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/3 (* a (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (+ (* 1/3 (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (+ (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* a (+ (* -1/3 (* a (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a)))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2)))))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) a))) a)) (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) a))) a))> |
#<alt (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2))))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (+ (* -1 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2))))))> |
#<alt (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) b))> |
#<alt (/ (- (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2)))) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2)))) b)> |
#<alt (/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2))))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))) (pow b 4)))))) b)> |
#<alt (/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1 (/ (+ (* 1/36 (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 3) (pow c 3))) (+ (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 6))) (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2)))))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))) (pow b 4)))))) b)> |
#<alt (* 2/9 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* a c)))> |
#<alt (* -1 (* b (- (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2))))))))> |
#<alt (* -1 (* b (- (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (+ (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c)))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a (* (pow b 4) c)))) (+ (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (* (pow b 4) (pow c 2))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2))))))))))> |
#<alt (* -1 (* b (- (+ (* -1 (/ (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* (pow a 2) (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (pow c 2))))))) (* a c))) (* 4/81 (/ (* (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (pow c 2)))))) (pow b 6))) (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (+ (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c)))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a (* (pow b 4) c)))) (+ (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (* (pow b 4) (pow c 2))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2))))))))))> |
#<alt (* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))> |
#<alt (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* c (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow a 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3))))))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))> |
#<alt (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* a (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3))))))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3)))> |
#<alt (+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* 9 (* (pow a 2) (* b (pow c 2)))))> |
#<alt (+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c))))))))))> |
#<alt (+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (+ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))))))))> |
#<alt (* 6 (pow b 5))> |
#<alt (* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))))))> |
#<alt (* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))> |
#<alt (* (pow b 5) (+ 6 (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))))))> |
#<alt (* 9/2 (* a (* (pow b 3) c)))> |
#<alt (* -1 (* (pow b 3) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2)))))))> |
#<alt (* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))))))))))> |
#<alt (* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/16 (/ (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (+ (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4)))))))))))))> |
#<alt (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* (pow a 2) b)) (* c (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))))))))))))> |
#<alt (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3)))> |
#<alt (* (pow c 3) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))))> |
#<alt (* (pow c 3) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2))))))))> |
#<alt (* (pow c 3) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow c 3))))))))))> |
#<alt (* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) c)) (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* b (pow c 2))) (* a (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))))))))))> |
#<alt (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3)))> |
#<alt (* (pow a 3) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))))> |
#<alt (* (pow a 3) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2))))))))> |
#<alt (* (pow a 3) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow a 3))))))))))> |
#<alt (* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) a)) (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2))))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2))))))> |
#<alt (* 3 (pow b 4))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* 3 (pow b 4))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (+ (* 2 (pow b 4)) (pow b 4))> |
#<alt (+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4)))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2))))> |
#<alt (+ (* 2 (pow b 4)) (pow b 4))> |
#<alt (+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4)))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2))))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (* 405/64 (pow c 4))> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))))> |
#<alt (+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))))))> |
#<alt (+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))))))> |
#<alt (* (pow b 4) (+ (* -6 (* a c)) (* -3 (* a c))))> |
#<alt (* (pow b 4) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))> |
#<alt (* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))))> |
#<alt (* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))))> |
#<alt (* (pow b 4) (+ (* -6 (* a c)) (* -3 (* a c))))> |
#<alt (* (pow b 4) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))> |
#<alt (* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))))> |
#<alt (* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))))> |
#<alt (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))))> |
#<alt (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))> |
#<alt (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))))> |
#<alt (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* (pow c 3) (+ (* -27 (pow a 3)) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c)))))> |
#<alt (* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c)))))))> |
#<alt (* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c)))))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) c)) (* 27 (pow a 3)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3)))))> |
#<alt (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))))> |
#<alt (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))> |
#<alt (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))))> |
#<alt (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* (pow a 3) (+ (* -27 (pow c 3)) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a)))))> |
#<alt (* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a)))))))> |
#<alt (* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a)))))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) a)) (* 27 (pow c 3)))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3)))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3)))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (+ (* -6 (* a (* (pow b 2) c))) (* 9 (* (pow a 2) (pow c 2))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2))))> |
#<alt (pow b 4)> |
#<alt (* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (pow b 4)> |
#<alt (* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (pow b 4)> |
#<alt (+ (* -6 (* a (* (pow b 2) c))) (pow b 4))> |
#<alt (+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4))> |
#<alt (+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2))))> |
#<alt (pow b 4)> |
#<alt (+ (* -6 (* a (* (pow b 2) c))) (pow b 4))> |
#<alt (+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4))> |
#<alt (+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2))))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2))))> |
#<alt (* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2))))> |
#<alt (* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2))))> |
#<alt (* 2 (pow b 4))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* 2 (pow b 4))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* 2 (pow b 4))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c))))> |
#<alt (* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c))))> |
#<alt (* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c))))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2))))))> |
#<alt (* 2 (pow b 4))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a))))> |
#<alt (* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a))))> |
#<alt (* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a))))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c)))))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c)))))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c)))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))))> |
#<alt (+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))))))> |
#<alt (+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (pow b 2))))))))> |
#<alt (pow b 6)> |
#<alt (* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* (pow b 6) (+ 1 (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))> |
#<alt (pow b 6)> |
#<alt (* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* (pow b 6) (+ 1 (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))> |
#<alt (pow b 6)> |
#<alt (+ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 6))> |
#<alt (+ (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))) (pow b 6))> |
#<alt (+ (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) (pow b 6))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* (pow c 3) (+ (* -27 (pow a 3)) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c)))))> |
#<alt (* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c)))))))> |
#<alt (* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (+ (* 18 (/ (* (pow a 2) (pow b 2)) c)) (/ (pow b 6) (pow c 3))))))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) c)) (* 27 (pow a 3)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow b 6) c)) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3)))))> |
#<alt (pow b 6)> |
#<alt (+ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 6))> |
#<alt (+ (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))) (pow b 6))> |
#<alt (+ (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) (pow b 6))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* (pow a 3) (+ (* -27 (pow c 3)) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a)))))> |
#<alt (* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a)))))))> |
#<alt (* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (+ (* 18 (/ (* (pow b 2) (pow c 2)) a)) (/ (pow b 6) (pow a 3))))))))> |
#<alt (* -27 (* (pow a 3) (pow c 3)))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) a)) (* 27 (pow c 3)))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3)))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow b 6) a)) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3)))))> |
204 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 19.0ms | c | @ | inf | (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
| 9.0ms | a | @ | inf | (/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
| 8.0ms | c | @ | 0 | (/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
| 8.0ms | b | @ | inf | (/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
| 6.0ms | c | @ | -inf | (/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
| 1× | batch-egg-rewrite |
| 3396× | *-lowering-*.f32 |
| 3396× | *-lowering-*.f64 |
| 2258× | /-lowering-/.f32 |
| 2258× | /-lowering-/.f64 |
| 1554× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 65 | 467 |
| 1 | 432 | 395 |
| 2 | 4773 | 393 |
| 0 | 8012 | 393 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) (/ (* c 1/2) b)) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))))) |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b))))))))) |
(* a (+ (/ (* c (* c (* c -9/16))) (pow b 5)) (/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))))) |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/ 1/3 a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3))) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) (* 3 b)) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (* a 3)) |
(* 3 (* a 3)) |
(/ (/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
(/ (- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
(* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))) |
(+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))) |
(* (* c c) (* (* c c) 405/64)) |
(* (* b b) (* b (* b (* b b)))) |
(/ (* c (* c (* c -9/16))) (pow b 5)) |
(/ (* (* a -1/6) (* (* c c) (* (* c c) 405/64))) (* b (* (* b b) (* b (* b (* b b)))))) |
(* c (* a -3)) |
(- (* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) (* (* b b) (* b (* b (* b b))))) |
(* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
(* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))) |
(* (+ (* b b) (* c (* a -3))) (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))) |
| Outputs |
|---|
(+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.f64 (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(+.f64 (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (*.f64 c #s(literal 1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(-.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (/.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) (/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(-.f64 (/.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (/.f64 (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(fma.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) a (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) (-.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) |
(/.f64 (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))))) (neg.f64 (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) (neg.f64 (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) (*.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(*.f64 (-.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(*.f64 (+.f64 (pow.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) #s(literal 2 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a))) |
(+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) a (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a))) (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)))) (-.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64))) a) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64))) a) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) a) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(+.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a))) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) |
(-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (/.f64 (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))))) |
(fma.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))))) |
(+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) |
(+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a))) |
(fma.f64 a (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) a (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) #s(literal 3 binary64)) (pow.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a))) (-.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a))) (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))))) (-.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a)) (/.f64 a (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 a (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))))) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))))))) |
(/.f64 (*.f64 a (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))))) (-.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))))) a) (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) a) (-.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) a) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b #s(literal -1/2 binary64))) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (neg.f64 c) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) b)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 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 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 (/.f64 b #s(literal -1/2 binary64)))) |
(pow.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 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)) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/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 (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 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #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 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/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 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/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 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1/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 a (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1/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 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 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 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/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)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 b (*.f64 b b))) #s(literal -1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 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 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/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 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.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 #s(literal 1/3 binary64) a) (-.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/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 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.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 0 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 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.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 (/.f64 a #s(literal 1/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/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 a #s(literal 1/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) a)) |
(*.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) (*.f64 a #s(literal -3 binary64)))) |
(*.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 1/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 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) a) (/.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) a)) |
(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/3 binary64) (-.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 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -3 binary64))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/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 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.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))))) b) |
(-.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (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)))))))) |
(fma.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.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))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (/.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))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.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))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (/.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (/.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))))) (+.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 (*.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 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)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 1 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 1 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) (/.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 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)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.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 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (+.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.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)))))))) |
(*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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))))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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)) (-.f64 (*.f64 b b) (+.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))))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (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 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 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)) |
(*.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 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (/.f64 #s(literal 3 binary64) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64)) #s(literal 3 binary64)) a) |
(pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal -3 binary64))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #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 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal 3 binary64))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))))) (/.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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) (/.f64 (*.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) |
(fma.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #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))))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) #s(literal 3 binary64) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) #s(literal 3 binary64) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) a (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) a (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (pow.f64 (*.f64 b #s(literal -3 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (+.f64 (*.f64 b #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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #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))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)) |
(*.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 3 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) b)))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) a) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a)) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/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))))) a) #s(literal 3 binary64)) a) |
(*.f64 a #s(literal 9 binary64)) |
(*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) |
(*.f64 #s(literal 9 binary64) a) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/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 (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 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #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 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/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 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/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 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1/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 a (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1/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 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 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 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/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)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 b (*.f64 b b))) #s(literal -1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 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 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/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 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.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 #s(literal 1/3 binary64) a) (-.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/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 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.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 0 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 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.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 (/.f64 a #s(literal 1/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/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 a #s(literal 1/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) a)) |
(*.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) (*.f64 a #s(literal -3 binary64)))) |
(*.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 1/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 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) a) (/.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) a)) |
(+.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 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.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))))) b) |
(-.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (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)))))))) |
(fma.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.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))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (/.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))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.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))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (/.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.f64 (/.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))))) (+.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 (*.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 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)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 1 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 1 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) (/.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 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)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.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 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (+.f64 (/.f64 (/.f64 (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.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)))))))) |
(*.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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))))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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)) (-.f64 (*.f64 b b) (+.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 (*.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(+.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (*.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(+.f64 (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) b) (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(+.f64 (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) b)) |
(+.f64 (*.f64 b (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(+.f64 (*.f64 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 b (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(fma.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(fma.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (*.f64 (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.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 (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (*.f64 (-.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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 (-.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))) (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.f64 b b) (+.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (*.f64 (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (*.f64 b b) (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.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))))) (+.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 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 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (*.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (*.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))))) (+.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 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 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.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))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (+.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 (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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))))))))) |
(/.f64 (*.f64 (+.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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (*.f64 b b) (+.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 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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))))))))) |
(/.f64 (*.f64 (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(*.f64 (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b b) (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(+.f64 (+.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.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 (+.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(fma.f64 b (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) |
(fma.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b b) (*.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)))))) |
(/.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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))))))))) |
(/.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (neg.f64 (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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))))))) |
(*.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.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)))))))))) |
(*.f64 (-.f64 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (-.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) |
(*.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 c c) (*.f64 c c))) |
(*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 c c)) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) |
(*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) c) |
(*.f64 (*.f64 (*.f64 c c) c) (*.f64 c #s(literal 405/64 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3 binary64))) |
(pow.f64 b #s(literal 6 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 3 binary64)) |
(pow.f64 (*.f64 b (*.f64 b b)) #s(literal 2 binary64)) |
(*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b b)) |
(*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))) b) |
(*.f64 (pow.f64 (*.f64 b b) #s(literal 3/2 binary64)) (pow.f64 (*.f64 b b) #s(literal 3/2 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (neg.f64 c)) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (neg.f64 c)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (neg.f64 c))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5/2 binary64))) (pow.f64 b #s(literal 5/2 binary64))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (neg.f64 c)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64))))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) c) |
(*.f64 (/.f64 c (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 c (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5/2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(neg.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) #s(literal 1 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 a (*.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 a (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 #s(literal -1/6 binary64) (*.f64 a (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (/.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) b) (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -1/6 binary64)) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c))) |
(*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 a #s(literal -1/6 binary64))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 a (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) b)) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) b) (/.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) b) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) b)) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 a c) #s(literal -3 binary64)) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(+.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(+.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(+.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (neg.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(+.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(fma.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(fma.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(fma.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))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(fma.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))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.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 (*.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 (+.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (neg.f64 (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64))) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (-.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 (*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.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 2 binary64))) |
(fma.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 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 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 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (*.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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (-.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) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.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 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 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 (*.f64 b b) (*.f64 c (*.f64 a #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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.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 2 binary64)) |
(*.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))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(+.f64 (*.f64 (*.f64 b b) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 b (*.f64 b b)) b (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 b (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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 b b) (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b b)) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 b (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b b)) |
(*.f64 (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) b) |
(+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.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 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+.f64 (*.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))))) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.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))))) (*.f64 b b))) |
(+.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (*.f64 b b) (*.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)))))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.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))))))) |
(+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.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)))))) (*.f64 (*.f64 b b) (*.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))))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) #s(literal 3 binary64)) (pow.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)))) #s(literal 3 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 3 binary64)) (pow.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64)))) (*.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)))))) (+.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 (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 9 binary64))) (*.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)))))) (-.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 3 binary64)) |
(*.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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 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 3/2 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) |
| 1× | egg-herbie |
| 6662× | *-lowering-*.f32 |
| 6662× | *-lowering-*.f64 |
| 5102× | +-lowering-+.f64 |
| 5102× | +-lowering-+.f32 |
| 2526× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2563 | 31518 |
| 0 | 8496 | 31518 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -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 (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) (* 1/2 (/ c b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -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 (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(* -1/2 (/ c b)) |
(/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) b) |
(/ (- (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) (* 1/2 c)) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (- (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 c)) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))) (* -1/2 c)) b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -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 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 (/ 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)) |
(* 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)))))) |
(* -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)))))) |
(* (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 (* 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)))))))) |
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)))))))) |
(* 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/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))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3))) |
(* -9/2 (/ (* a c) b)) |
(/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -6 b) |
(* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -9/2 (/ (* a c) b)) |
(* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c)))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -9/2 (/ (* a c) b)) |
(* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* 3 b) |
(* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -3 b) |
(* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* 3 b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(* 3 b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* 1/3 (* b (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1/3 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/3 (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a b))) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2)))) b) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2))))) b) |
(/ (+ (* -1/3 (/ (+ (* 1/36 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) a)) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 6))) (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2)))))) b) |
(* 2/27 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) c))) |
(* -1 (* b (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2)))))) |
(* -1 (* b (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (+ (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))) (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 4))))))) |
(* -1 (* b (+ (* -1/3 (/ (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2))))))) (* a c))) (* 4/81 (/ (* (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 6))) (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (+ (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))) (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 4)))))))) |
(* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/3 (* c (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* c (+ (* 1/3 (* c (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* c (+ (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* c (+ (* -1/3 (* c (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (+ (* -1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* 1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) c))) c)) (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/3 (* a (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (+ (* 1/3 (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (+ (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* a (+ (* -1/3 (* a (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2)))))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) a))) a)) (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) a))) a)) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (+ (* -1 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) b)) |
(/ (- (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2)))) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2)))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2))))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))) (pow b 4)))))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1 (/ (+ (* 1/36 (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 3) (pow c 3))) (+ (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 6))) (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2)))))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))) (pow b 4)))))) b) |
(* 2/9 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* a c))) |
(* -1 (* b (- (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2)))))))) |
(* -1 (* b (- (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (+ (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c)))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a (* (pow b 4) c)))) (+ (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (* (pow b 4) (pow c 2))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2)))))))))) |
(* -1 (* b (- (+ (* -1 (/ (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* (pow a 2) (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (pow c 2))))))) (* a c))) (* 4/81 (/ (* (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (pow c 2)))))) (pow b 6))) (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (+ (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c)))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a (* (pow b 4) c)))) (+ (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (* (pow b 4) (pow c 2))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2)))))))))) |
(* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* c (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow a 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3))))))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* a (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3))))))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* 9 (* (pow a 2) (* b (pow c 2))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (+ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) |
(* 6 (pow b 5)) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(* (pow b 5) (+ 6 (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))))) |
(* 9/2 (* a (* (pow b 3) c))) |
(* -1 (* (pow b 3) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4)))))))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/16 (/ (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (+ (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))))))))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* (pow a 2) b)) (* c (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(* (pow c 3) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(* (pow c 3) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)))))))) |
(* (pow c 3) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow c 3)))))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) c)) (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* b (pow c 2))) (* a (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3)))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(* (pow a 3) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(* (pow a 3) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)))))))) |
(* (pow a 3) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow a 3)))))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) a)) (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(* 3 (pow b 4)) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* 3 (pow b 4)) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -1 (/ (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(* 405/64 (pow c 4)) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -27 (* (pow a 3) (pow c 3))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) |
(* (pow b 4) (+ (* -6 (* a c)) (* -3 (* a c)))) |
(* (pow b 4) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(* (pow b 4) (+ (* -6 (* a c)) (* -3 (* a c)))) |
(* (pow b 4) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) |
(* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))) |
(* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) |
(* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) c)) (* 27 (pow a 3))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) |
(* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))) |
(* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) |
(* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) a)) (* 27 (pow c 3))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(+ (* -6 (* a (* (pow b 2) c))) (* 9 (* (pow a 2) (pow c 2)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(pow b 4) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(pow b 4) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(pow b 4) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(pow b 4) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(* -3 (* a (* (pow b 2) c))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(* 2 (pow b 4)) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* 2 (pow b 4)) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* 2 (pow b 4)) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(* -3 (* a (* (pow b 2) c))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(* -3 (* a (* (pow b 2) c))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(* 2 (pow b 4)) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(* -3 (* a (* (pow b 2) c))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(* -3 (* a (* (pow b 2) c))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (pow b 2)))))))) |
(pow b 6) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* (pow b 6) (+ 1 (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(pow b 6) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* (pow b 6) (+ 1 (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(pow b 6) |
(+ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 6)) |
(+ (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))) (pow b 6)) |
(+ (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) (pow b 6)) |
(* -27 (* (pow a 3) (pow c 3))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (+ (* 18 (/ (* (pow a 2) (pow b 2)) c)) (/ (pow b 6) (pow c 3)))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) c)) (* 27 (pow a 3))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow b 6) c)) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(pow b 6) |
(+ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 6)) |
(+ (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))) (pow b 6)) |
(+ (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) (pow b 6)) |
(* -27 (* (pow a 3) (pow c 3))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (+ (* 18 (/ (* (pow b 2) (pow c 2)) a)) (/ (pow b 6) (pow a 3)))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) a)) (* 27 (pow c 3))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow b 6) a)) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(- (* -3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(- (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(- (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) (* 1/2 (/ c b))) |
(+.f64 (*.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 -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b)) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (*.f64 a (*.f64 a a)) b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 a b))) a)))) a))) |
(* -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 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) c) (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 (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 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 -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 b c))) c))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) 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 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c))) b) |
(/ (- (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (+.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 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (- (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 c)) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) c)) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (-.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -1/2 binary64) c))) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))) (* -1/2 c)) b)) |
(neg.f64 (/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/2 binary64) c)) b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.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 -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.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 -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 (*.f64 a a) c) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 (*.f64 a a) c) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)) (/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)) (/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c))) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 (*.f64 a a) c) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 (*.f64 a a) c) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 (*.f64 a a) c) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 b b))))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 b b))))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 b b))))) (pow.f64 b #s(literal 5 binary64)))) |
(* -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 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) |
(* -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 -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c 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 a (*.f64 c (*.f64 c c)))) (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) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 (/.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 (*.f64 a (*.f64 a a)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b 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 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) b) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a))) a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (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 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c))) 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 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 b) (+.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 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -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 (neg.f64 b) (+.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 a (*.f64 c c))) (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 #s(literal -1/2 binary64) 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 a c)) (*.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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) c) (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 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 a c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -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 #s(literal -1/3 binary64) b) (*.f64 a c)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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 #s(literal -1/3 binary64) b) (*.f64 a c)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 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))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) 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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b 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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (sqrt.f64 #s(literal -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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 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 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.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 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.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 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.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 (neg.f64 b) (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b) |
(* 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 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.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 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (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 #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 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (neg.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (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 #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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (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 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) b)) c))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (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 #s(literal -3/2 binary64) (/.f64 c 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 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* 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 (neg.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 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 #s(literal -1/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 b a) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -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 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (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 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)) b) a)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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 (*.f64 a c)) (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 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -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 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.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 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.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 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -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 (neg.f64 b) (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(+ 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 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.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 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* 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 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.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 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 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 #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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.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 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b 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 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.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 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #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/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 #s(literal -1 binary64) c) (+.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 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.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))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* 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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 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 #s(literal -1/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.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 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 #s(literal -1 binary64) (sqrt.f64 (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 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/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -1/8 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)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #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 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal -1/8 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)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 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))))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (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 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c))) 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 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 b) (+.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 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -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 (neg.f64 b) (+.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 a (*.f64 c c))) (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 #s(literal -1/2 binary64) 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 a c)) (*.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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) c) (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 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 a c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -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 #s(literal -1/3 binary64) b) (*.f64 a c)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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 #s(literal -1/3 binary64) b) (*.f64 a c)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 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))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) 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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)))) c))) |
(* -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 -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c 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 a (*.f64 c (*.f64 c c)))) (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) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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 (/.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 (*.f64 a (*.f64 a a)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b 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 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) b) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a))) a))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -3 binary64) b)) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal -3 binary64)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) #s(literal -3 binary64)))) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) b) |
(/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/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 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -6 b) |
(*.f64 #s(literal -6 binary64) b) |
(* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 6 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) b) |
(* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a b)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b c)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) c))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3 binary64) b))) c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 #s(literal -3 binary64) b))) c))) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) b) |
(* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) b) a) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) a)))) |
(* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) a))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b a) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3 binary64) b)) a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)) (*.f64 #s(literal -3 binary64) b))) a))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
(* 3 b) |
(*.f64 #s(literal 3 binary64) b) |
(* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) |
(* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -3 b) |
(*.f64 #s(literal -3 binary64) b) |
(* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) |
(* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* 3 b) |
(*.f64 #s(literal 3 binary64) b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) b) (*.f64 #s(literal 3 binary64) b)) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a b)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) b)) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) b)) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -3/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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/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 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* 3 b) |
(*.f64 #s(literal 3 binary64) b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) b) (*.f64 #s(literal 3 binary64) b)) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -3/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3/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)))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -3/8 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)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal -3/8 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)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 3/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))))))) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* 9 a) |
(*.f64 #s(literal 9 binary64) a) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* 1/3 (* b (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) b) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1/3 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/3 (- (* 1/9 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))))))))) |
(* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2)))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a))) (*.f64 b b))) b) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a)) (*.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a)) (*.f64 b b))))) b) |
(/ (+ (* -1/3 (/ (+ (* 1/36 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) a)) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 6))) (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) a)) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) a)) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) a))) (pow b 2)))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a)) (*.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a)) (*.f64 b b))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a)) (*.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a))))) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) a) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) a))))))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* 2/27 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) c))) |
(/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 a a) c)) |
(* -1 (* b (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -2/27 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a a) c)) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)))))) (*.f64 b b)))) |
(* -1 (* b (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (+ (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))) (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -2/27 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a a) c)) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))) (*.f64 a c)) (*.f64 #s(literal 4/81 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ (* -1/3 (/ (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2))))))) (* a c))) (* 4/81 (/ (* (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 6))) (+ (* -2/27 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) c))) (+ (* 1/3 (/ (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2))))) (pow b 2))) (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* (pow a 2) c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 3) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 3) (pow c 2)))))) (pow b 4)))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/27 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a a) c)) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))) (*.f64 a c)) (*.f64 #s(literal 4/81 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))) (*.f64 a c)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))) (*.f64 a c)) (*.f64 #s(literal 4/81 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))))) (*.f64 a c)) (*.f64 #s(literal 4/81 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 4 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)))))))) (pow.f64 b #s(literal 6 binary64))))) |
(* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 c (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)))) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/3 (* c (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) c) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* c (+ (* 1/3 (* c (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 c (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 a a) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* c (+ (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* c (+ (* -1/3 (* c (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* a (* b (+ (* 2 (pow b 4)) (pow b 4)))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* a (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 c (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) b) (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 a a) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 a a) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 a b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a (*.f64 b b)) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) c)) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 c c)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) c)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 c c)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) c))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 c (*.f64 c c))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(+ (* -1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) c)) |
(+ (* -1 (/ (+ (* -1/3 (/ (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) c)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* 1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) c))) c)) (* 1/3 (- (* 1/9 (* (sqrt (/ c (pow a 7))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (neg.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) c))) c))) c))) |
(* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) |
(*.f64 #s(literal 1/6 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/3 (* a (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (+ (* 1/3 (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 a (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (+ (* 1/3 (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* a (+ (* -1/3 (* a (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))))))) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) b) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) a)) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a)))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a a)) (/.f64 (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) a)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a a)) (/.f64 (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) a))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 a (*.f64 a a))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a))) a)) |
(neg.f64 (/.f64 (+.f64 (neg.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/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) a)) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2)))))) (* 1/3 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a))) a))) a)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.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/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) a)) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) a))) a)) (* -1/3 (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) a))) a)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.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/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (neg.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) a))) a))) a))) a)) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 3 binary64) b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 b (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (/.f64 #s(literal 3 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (+ (* -1 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -3))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))) (*.f64 b (+.f64 (*.f64 (neg.f64 b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))))))) |
(* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) b)) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) b) |
(/ (- (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2)))) (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2)))) b) |
(/.f64 (-.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2))))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))) (pow b 4)))))) b) |
(/.f64 (-.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1 (/ (+ (* 1/36 (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 3) (pow c 3))) (+ (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 6))) (+ (* 1/6 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/6 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (pow b 2)))))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow b 2))) (+ (* 1/36 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 1/6 (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (* 1/36 (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))) (pow b 4)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))))) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (pow.f64 b #s(literal 4 binary64)))))) b) |
(* 2/9 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* a c))) |
(*.f64 #s(literal 2/9 binary64) (*.f64 b (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a c)))) |
(* -1 (* b (- (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2)))))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -2/9 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a c)) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 a (*.f64 (*.f64 b b) c))))) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c c))))))) |
(* -1 (* b (- (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (+ (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c)))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a (* (pow b 4) c)))) (+ (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (* (pow b 4) (pow c 2))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2)))))))))) |
(*.f64 (neg.f64 b) (-.f64 (+.f64 (*.f64 #s(literal -2/9 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a c)) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 a (*.f64 (*.f64 b b) c))))) (/.f64 (*.f64 (*.f64 #s(literal 6 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 a c)) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 c c))))))) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) (*.f64 #s(literal 4/81 binary64) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a a) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c))))) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c c))))))))) |
(* -1 (* b (- (+ (* -1 (/ (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* (pow a 2) (pow c 2))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a c))) (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (pow c 2))))))) (* a c))) (* 4/81 (/ (* (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (pow c 2)))))) (pow b 6))) (+ (* -2/9 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a c))) (+ (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a (* (pow b 2) c)))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (+ (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -2/9 (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* a c))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (pow c 2)))))) (* a (* (pow b 4) c)))) (+ (* 4/81 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (+ (* -6 (* a c)) (* -3 (* a c)))) (* (pow a 2) (* (pow b 4) (pow c 2))))) (* 4/81 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) (* (pow b 2) (pow c 2)))))))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 a c)) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 c c))))))) (*.f64 a c)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 6 binary64) (*.f64 a a)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 a c)) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 c c))))))) (*.f64 a c)) (*.f64 #s(literal 4/81 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a a) (*.f64 c c))))))))) (*.f64 a c)) (*.f64 #s(literal 4/81 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 4 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a a) (*.f64 c c)))))))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (+.f64 (*.f64 #s(literal -2/9 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a c)) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 a (*.f64 (*.f64 b b) c))))) (/.f64 (*.f64 (*.f64 #s(literal 6 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 a c)) (*.f64 #s(literal -4/81 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 c c))))))) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) (*.f64 #s(literal 4/81 binary64) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a a) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c))))) (/.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c c)))))))))) |
(* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 c (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* c (- (+ (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* c (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/2 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 c (+.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) b) (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a a)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(-.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/9 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 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 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -3 binary64))))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (+.f64 (*.f64 #s(literal 1/9 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 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 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 c (*.f64 c c))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) c))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) c))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow a 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 3))))))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) (sqrt.f64 #s(literal 3 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) c))) |
(* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 a (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* a (- (+ (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* a (+ (* 1/4 (/ (* (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/2 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/4 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow b 2) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) b) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (-.f64 (-.f64 (*.f64 #s(literal -27/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))))) (*.f64 (*.f64 b b) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(-.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 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 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (+.f64 (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 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 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 a (*.f64 a a))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) a))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))) a)) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) a))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 3))))))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))))) a)) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) a))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* 9 (* (pow a 2) (* b (pow c 2))))) |
(*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 a a) (*.f64 b (*.f64 c c))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) |
(+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (+ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) |
(+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 b (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) |
(* 6 (pow b 5)) |
(*.f64 #s(literal 6 binary64) (pow.f64 b #s(literal 5 binary64))) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (+.f64 #s(literal 6 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b)))))) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (+.f64 #s(literal 6 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))))) |
(* (pow b 5) (+ 6 (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))))) |
(* 9/2 (* a (* (pow b 3) c))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) c)) |
(* -1 (* (pow b 3) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4)))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 a c))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/16 (/ (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (+ (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))))))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 4 binary64))))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b)))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* (pow a 2) b)) (* c (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 (*.f64 a a) b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) b) (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 b (*.f64 b b))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) |
(* (pow c 3) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) c) (*.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) |
(* (pow c 3) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) c)) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 c c)))))) |
(* (pow c 3) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow c 3)))))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) c)) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (+.f64 (/.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 c c)) (*.f64 b (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (*.f64 c c))))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) c)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) c)))) c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) c)) (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c))) c))) c)))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* b (pow c 2))) (* a (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3)))))))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) b) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 b (*.f64 b b))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) |
(* (pow a 3) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) a) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))))) |
(* (pow a 3) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) a) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 a a))))))) |
(* (pow a 3) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow a 3)))))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) a)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (+.f64 (/.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 a a)) (*.f64 b (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 a a))))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))) a)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) a))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) a)) (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64))))) a))) a))) a)))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) |
(* 3 (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* 3 (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 4))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (pow.f64 b #s(literal 4 binary64))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) c)))) (pow.f64 b #s(literal 4 binary64))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) c)))) (pow.f64 b #s(literal 4 binary64))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))) |
(*.f64 (*.f64 c c) (+.f64 (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) c)) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(*.f64 (*.f64 c c) (+.f64 (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) c)) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(*.f64 (*.f64 c c) (+.f64 (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) c)) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -1 (/ (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)) c)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) c))) c)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) c))) c)))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c))))))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 b b) c) a)) (*.f64 #s(literal 9 binary64) (*.f64 c c))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 b b) c) a))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a a)) (*.f64 #s(literal 9 binary64) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 b b) c) a))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a a)) (*.f64 #s(literal 9 binary64) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)) a)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) a)))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) a)))) a))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(* 405/64 (pow c 4)) |
(*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))))) |
(+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) |
(+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) |
(+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) |
(* (pow b 4) (+ (* -6 (* a c)) (* -3 (* a c)))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))) |
(* (pow b 4) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27 binary64)))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow b 4) (+ (* -6 (* a c)) (* -3 (* a c)))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))) |
(* (pow b 4) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27 binary64)))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow b 4) (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) |
(*.f64 c (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) |
(* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))))) |
(* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))))) |
(* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64)))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64))))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) c)) (* 27 (pow a 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) c)) (*.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)) c)))) c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)) c)))) c))) |
(* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) |
(*.f64 a (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) |
(* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))))) |
(* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) |
(* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) a)) (* 27 (pow c 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) a)) (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)) a))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)) a))) a)))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(+ (* -6 (* a (* (pow b 2) c))) (* 9 (* (pow a 2) (pow c 2)))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 #s(literal -6 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 #s(literal -6 binary64) (*.f64 a c))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 #s(literal -6 binary64) (*.f64 a c))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal -6 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) c)))) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) c)))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -6 binary64) (/.f64 (*.f64 a (*.f64 b b)) c)) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c))) c)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c))) c)))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal -6 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c)))))) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(+.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c)))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 b b) c)) (neg.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) a)))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 b b) c)) (neg.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) a)))) a))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c)))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c)))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c)))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) a)))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) a)))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) a)))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 b b) c)) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 b b) c)) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 b b) c)) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))))) |
(+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) |
(+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) |
(+ (* -27 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (+ (* 18 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (pow b 2)))))))) |
(+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b)))))) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 6 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)))) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (pow.f64 b #s(literal 6 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27 binary64))))) |
(* (pow b 6) (+ 1 (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(*.f64 (pow.f64 b #s(literal 6 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27 binary64))))) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 6 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)))) |
(* (pow b 6) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (pow.f64 b #s(literal 6 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27 binary64))))) |
(* (pow b 6) (+ 1 (+ (* -27 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(*.f64 (pow.f64 b #s(literal 6 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27 binary64))))) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(+ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 6)) |
(+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 c (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)))) |
(+ (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))))))) (pow b 6)) |
(+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))))) |
(+ (* c (+ (* -6 (* a (pow b 4))) (+ (* -3 (* a (pow b 4))) (* c (+ (* -27 (* (pow a 3) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))))))) (pow b 6)) |
(+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64)))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (* 18 (/ (* (pow a 2) (pow b 2)) c))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64))))) |
(* (pow c 3) (+ (* -27 (pow a 3)) (+ (* -6 (/ (* a (pow b 4)) (pow c 2))) (+ (* -3 (/ (* a (pow b 4)) (pow c 2))) (+ (* 9 (/ (* (pow a 2) (pow b 2)) c)) (+ (* 18 (/ (* (pow a 2) (pow b 2)) c)) (/ (pow b 6) (pow c 3)))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 c (*.f64 c c))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) c)) (* 27 (pow a 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) c)) (*.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4)))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)) c)))) c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow b 6) c)) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) c)) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) c)) (* 27 (pow a 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64))) c)) c))) c)))) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(+ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 6)) |
(+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) |
(+ (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))))))) (pow b 6)) |
(+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))))) |
(+ (* a (+ (* -6 (* (pow b 4) c)) (+ (* -3 (* (pow b 4) c)) (* a (+ (* -27 (* a (pow c 3))) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))))))) (pow b 6)) |
(+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (* 18 (/ (* (pow b 2) (pow c 2)) a))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))))) |
(* (pow a 3) (+ (* -27 (pow c 3)) (+ (* -6 (/ (* (pow b 4) c) (pow a 2))) (+ (* -3 (/ (* (pow b 4) c) (pow a 2))) (+ (* 9 (/ (* (pow b 2) (pow c 2)) a)) (+ (* 18 (/ (* (pow b 2) (pow c 2)) a)) (/ (pow b 6) (pow a 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 a a))))))) |
(* -27 (* (pow a 3) (pow c 3))) |
(*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) a)) (* 27 (pow c 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) a)) (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)) a))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow b 6) a)) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) a)) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) a)) (* 27 (pow c 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)) (neg.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) a))) a))) a)))) |
Compiled 147949 to 6131 computations (95.9% saved)
74 alts after pruning (69 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1874 | 27 | 1901 |
| Fresh | 27 | 42 | 69 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1904 | 74 | 1978 |
| Status | Accuracy | Program |
|---|---|---|
| 32.4% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 31.8% | (/.f64 (/.f64 (-.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 (+.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 (*.f64 b b) (+.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 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 #s(literal 3 binary64) a)) | |
| 32.3% | (/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 29.3% | (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 32.2% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 31.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| ▶ | 98.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
| 98.6% | (/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 81.2% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 98.6% | (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 98.6% | (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)) a))) a)))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 98.7% | (/.f64 (/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 81.4% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 98.6% | (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (/.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))) a) | |
| 31.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 32.3% | (/.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)))))))))) | |
| 31.9% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.5% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 30.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 31.2% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 30.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 31.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 30.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 32.3% | (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 33.3% | (/.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) | |
| 30.3% | (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) | |
| ▶ | 31.2% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
| 31.2% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| ✓ | 31.3% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) |
| 31.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 92.1% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) | |
| 94.5% | (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) | |
| 30.9% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) | |
| 31.4% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) | |
| 32.4% | (/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 32.4% | (/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) | |
| 91.8% | (/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 81.4% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 94.9% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 81.7% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 31.4% | (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) | |
| 92.1% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) | |
| 95.2% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) | |
| ▶ | 81.5% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
| 31.4% | (/.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))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)))) | |
| ▶ | 31.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
| ✓ | 31.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
| 81.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) | |
| 91.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) | |
| 92.2% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) | |
| 95.2% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) | |
| 92.1% | (/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) | |
| 92.1% | (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 31.2% | (-.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)))) | |
| ▶ | 95.3% | (-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | 96.9% | (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| 96.8% | (+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) | |
| 33.3% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) | |
| 81.3% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) | |
| 31.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) | |
| ✓ | 81.5% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 32.4% | (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.4% | (*.f64 (*.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 binary64) a)) | |
| 91.9% | (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 96.6% | (*.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 -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 81.3% | (*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
Compiled 6164 to 2806 computations (54.5% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b))) |
| ✓ | cost-diff | 768 | (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
| ✓ | cost-diff | 1792 | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
| ✓ | cost-diff | 128 | (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) |
| ✓ | cost-diff | 384 | (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a))) |
| ✓ | cost-diff | 512 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
| ✓ | cost-diff | 0 | (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | cost-diff | 0 | (*.f64 b #s(literal -2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 b #s(literal -2 binary64)) c) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
| ✓ | cost-diff | 512 | (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | cost-diff | 512 | (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
| ✓ | cost-diff | 768 | (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
| ✓ | cost-diff | 768 | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
| 5066× | *-lowering-*.f32 |
| 5066× | *-lowering-*.f64 |
| 1998× | /-lowering-/.f32 |
| 1998× | /-lowering-/.f64 |
| 1026× | sum3-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 70 | 785 |
| 1 | 252 | 731 |
| 2 | 1056 | 706 |
| 3 | 5599 | 704 |
| 0 | 8111 | 704 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
(/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
(+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) |
(* (* -27 (* a (* a a))) (* c (* c c))) |
(* -27 (* a (* a a))) |
-27 |
(* a (* a a)) |
a |
(* a a) |
(* c (* c c)) |
c |
(* c c) |
(* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9)))) |
(* b b) |
b |
(+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))) |
(* (* (* a a) (* c c)) 27) |
(* (* a a) (* c c)) |
27 |
(* (* b b) (* (* a c) -9)) |
(* (* a c) -9) |
(* a c) |
-9 |
(* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* c (* a -3)) |
(* a -3) |
-3 |
(+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))) |
(* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
(* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))) |
(+ (* b b) (+ (* b b) (* c (* a -3)))) |
(* 3 a) |
3 |
(/ 1 (/ (* b -2) c)) |
1 |
(/ (* b -2) c) |
(* b -2) |
b |
-2 |
c |
(- (* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) (/ (* c 1/2) b)) |
(* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) |
a |
(/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b))) |
(+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) |
(/ (* -9/16 (* a (* c (* c c)))) (* b b)) |
(* -9/16 (* a (* c (* c c)))) |
-9/16 |
(* a (* c (* c c))) |
(* c (* c c)) |
c |
(* c c) |
(* b b) |
b |
(* -3/8 (* c c)) |
-3/8 |
(* b (* b b)) |
(/ (* c 1/2) b) |
(* c 1/2) |
1/2 |
(/ 1 (/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)))) |
1 |
(/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a))) |
3 |
(/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)) |
(- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
a |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(* a b) |
(* a a) |
(/ (- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) (* (* a (* a 3)) (* a (* a 3)))) |
(- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) |
(* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
a |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(* a (* a 3)) |
(* a 3) |
3 |
(* (* a (* a 3)) (/ (* a 3) (/ 3 b))) |
(/ (* a 3) (/ 3 b)) |
(/ 3 b) |
(* (* a (* a 3)) (* a (* a 3))) |
| Outputs |
|---|
(/ (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) (+.f64 (*.f64 c (*.f64 a #s(literal 27 binary64))) (*.f64 (*.f64 b b) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))))) #s(literal 3 binary64))))) |
(/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) (+.f64 (*.f64 c (*.f64 a #s(literal 27 binary64))) (*.f64 (*.f64 b b) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))))))) |
(+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) |
(+.f64 (*.f64 a (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) (+.f64 (*.f64 c (*.f64 a #s(literal 27 binary64))) (*.f64 (*.f64 b b) #s(literal -9 binary64)))))) |
(* (* -27 (* a (* a a))) (* c (* c c))) |
(*.f64 a (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))) |
(* -27 (* a (* a a))) |
(*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) |
-27 |
#s(literal -27 binary64) |
(* a (* a a)) |
(*.f64 a (*.f64 a a)) |
a |
(* a a) |
(*.f64 a a) |
(* c (* c c)) |
(*.f64 c (*.f64 c c)) |
c |
(* c c) |
(*.f64 c c) |
(* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9)))) |
(*.f64 (*.f64 b b) (*.f64 (*.f64 a c) (+.f64 (*.f64 c (*.f64 a #s(literal 27 binary64))) (*.f64 (*.f64 b b) #s(literal -9 binary64))))) |
(* b b) |
(*.f64 b b) |
b |
(+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))) |
(*.f64 (*.f64 a c) (+.f64 (*.f64 c (*.f64 a #s(literal 27 binary64))) (*.f64 (*.f64 b b) #s(literal -9 binary64)))) |
(* (* (* a a) (* c c)) 27) |
(*.f64 a (*.f64 a (*.f64 (*.f64 c c) #s(literal 27 binary64)))) |
(* (* a a) (* c c)) |
(*.f64 a (*.f64 a (*.f64 c c))) |
27 |
#s(literal 27 binary64) |
(* (* b b) (* (* a c) -9)) |
(*.f64 a (*.f64 c (*.f64 (*.f64 b b) #s(literal -9 binary64)))) |
(* (* a c) -9) |
(*.f64 (*.f64 a c) #s(literal -9 binary64)) |
(* a c) |
(*.f64 a c) |
-9 |
#s(literal -9 binary64) |
(* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64)))))) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))))) |
(* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
(*.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))))) |
(* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64)))) |
(+ (* b b) (+ (* b b) (* c (* a -3)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 b b) #s(literal 2 binary64))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ 1 (/ (* b -2) c)) |
(/.f64 c (*.f64 b #s(literal -2 binary64))) |
1 |
#s(literal 1 binary64) |
(/ (* b -2) c) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* b -2) |
(*.f64 b #s(literal -2 binary64)) |
b |
-2 |
#s(literal -2 binary64) |
c |
(- (* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) (/ (* c 1/2) b)) |
(+.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b #s(literal -2 binary64)))) |
(* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.f64 b (*.f64 b b))) |
a |
(/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) (*.f64 b (*.f64 b b))) |
(+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) |
(+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) |
(/ (* -9/16 (* a (* c (* c c)))) (* b b)) |
(/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (* a (* c (* c c)))) |
(*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c c)))) |
-9/16 |
#s(literal -9/16 binary64) |
(* a (* c (* c c))) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* c (* c c)) |
(*.f64 c (*.f64 c c)) |
c |
(* c c) |
(*.f64 c c) |
(* b b) |
(*.f64 b b) |
b |
(* -3/8 (* c c)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(/ (* c 1/2) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c 1/2) |
(*.f64 c #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(/ 1 (/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
1 |
#s(literal 1 binary64) |
(/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a))) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
3 |
#s(literal 3 binary64) |
(/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
(- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) |
(*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
(*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
a |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* a b) |
(*.f64 a b) |
(* a a) |
(*.f64 a a) |
(/ (- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) (* (* a (* a 3)) (* a (* a 3)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) |
(*.f64 (*.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64)))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
(*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
a |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* a (* a 3)) |
(*.f64 a (*.f64 a #s(literal 3 binary64))) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(* (* a (* a 3)) (/ (* a 3) (/ 3 b))) |
(*.f64 a (*.f64 b (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/ (* a 3) (/ 3 b)) |
(*.f64 a b) |
(/ 3 b) |
(/.f64 #s(literal 3 binary64) b) |
(* (* a (* a 3)) (* a (* a 3))) |
(*.f64 a (*.f64 a (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) |
| ✓ | accuracy | 99.2% | (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
| ✓ | accuracy | 31.5% | (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)) |
| ✓ | accuracy | 31.5% | (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) |
| ✓ | accuracy | 99.6% | (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
| ✓ | accuracy | 99.4% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 b #s(literal -2 binary64)) c) |
| ✓ | accuracy | 100.0% | (*.f64 b #s(literal -2 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
| ✓ | accuracy | 99.4% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.4% | (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | accuracy | 99.2% | (*.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))))) |
| 474.0ms | 193× | 1 | valid |
| 46.0ms | 63× | 0 | valid |
Compiled 1027 to 71 computations (93.1% saved)
ival-mult: 161.0ms (56.1% of total)backward-pass: 55.0ms (19.2% of total)ival-div: 43.0ms (15% of total)ival-add: 15.0ms (5.2% of total)ival-sub: 6.0ms (2.1% of total)ival-sqrt: 4.0ms (1.4% of total)const: 3.0ms (1% of total)| Inputs |
|---|
#<alt (/ (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a))> |
#<alt (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))))> |
#<alt (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))> |
#<alt (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))> |
#<alt (/ 1 (/ (* b -2) c))> |
#<alt (/ (* b -2) c)> |
#<alt (* b -2)> |
#<alt (- (* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) (/ (* c 1/2) b))> |
#<alt (* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b))))> |
#<alt (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))> |
#<alt (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c)))> |
#<alt (/ 1 (/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a))))> |
#<alt (/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)))> |
#<alt (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a))> |
#<alt (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b))> |
#<alt (/ (- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) (* (* a (* a 3)) (* a (* a 3))))> |
#<alt (- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b))))> |
#<alt (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))> |
#<alt (/ (* a 3) (/ 3 b))> |
#<alt (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3))))> |
#<alt (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))> |
#<alt (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))> |
#<alt (/ (* -9/16 (* a (* c (* c c)))) (* b b))> |
#<alt (* -3/8 (* c c))> |
#<alt (* c (* a -3))> |
#<alt (* (* a (* a 3)) (* a (* a 3)))> |
#<alt (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3)))> |
| Outputs |
|---|
#<alt (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* 1/3 (* a (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* 1/3 (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* 1/3 (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* a (+ (* -1/3 (* a (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a)))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1/3 (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2)))))) (* 1/3 (/ (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) a))) a)) (* -1/3 (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) a))) a))> |
#<alt (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* 1/3 (* c (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))> |
#<alt (* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* 1/3 (* c (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))))> |
#<alt (* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* 1/3 (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* c (+ (* -1/3 (* c (+ (* -9/4 (/ (* (pow b 2) (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (+ (* -1/3 (/ (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/3 (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* 1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) c))) c)) (* 1/3 (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* 1/3 (* b (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1/3 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/3 (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 4))) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2))))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -1/3 (/ (+ (* -1/4 (* c (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 4))) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2)))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (+ (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))))) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -1/3 (/ (+ (* -4/9 (/ (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (* (pow a 2) c))) (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c)))))) (* a c))))) (pow b 6))) (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (+ (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))))) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -9/2 (/ (* a (* (pow b 3) c)) (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* a (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3)))))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (* -9/2 (/ (* a (* (pow b 3) c)) (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* c (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow a 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3)))))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2))))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (+ (* -1 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (- (+ (* -3/2 (* a c)) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2)))) b)> |
#<alt (/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) (+ (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2))) (+ (* -1/4 (/ (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (pow b 4)))))) b)> |
#<alt (/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -1 (/ (+ (* -1/4 (* a (* c (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 3) (pow c 3))) (+ (* -1/4 (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))))))) (pow b 6))) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) (+ (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2))) (+ (* -1/4 (/ (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (pow b 4)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (- (+ 2 (* -6 (/ (* a c) (pow b 2)))) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))))))> |
#<alt (* -1 (* b (- (+ 2 (+ (* -6 (/ (* a c) (pow b 2))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a (* (pow b 4) c)))) (+ (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a (* (pow b 4) c)))))))))> |
#<alt (* -1 (* b (- (+ 2 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -1 (/ (+ (* -4/9 (/ (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* (pow a 2) (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a c)))))) (* a c))))) (pow b 6))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a (* (pow b 4) c)))) (+ (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a (* (pow b 4) c)))))))))> |
#<alt (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3)))> |
#<alt (+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* 9 (* (pow a 2) (* b (pow c 2)))))> |
#<alt (+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c))))))))))> |
#<alt (+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (+ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))))))))> |
#<alt (* 6 (pow b 5))> |
#<alt (* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))))))> |
#<alt (* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))> |
#<alt (* (pow b 5) (+ 6 (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))))))> |
#<alt (* 9/2 (* a (* (pow b 3) c)))> |
#<alt (* -1 (* (pow b 3) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2)))))))> |
#<alt (* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))))))))))> |
#<alt (* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/16 (/ (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (+ (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4)))))))))))))> |
#<alt (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* (pow a 2) b)) (* c (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))))))))))))> |
#<alt (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3)))> |
#<alt (* (pow c 3) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))))> |
#<alt (* (pow c 3) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2))))))))> |
#<alt (* (pow c 3) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow c 3))))))))))> |
#<alt (* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) c)) (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))))))> |
#<alt (+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* b (pow c 2))) (* a (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))))))))))> |
#<alt (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3)))> |
#<alt (* (pow a 3) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))))> |
#<alt (* (pow a 3) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2))))))))> |
#<alt (* (pow a 3) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow a 3))))))))))> |
#<alt (* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) a)) (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c)))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2))))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2))))))> |
#<alt (* 3 (pow b 4))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* 3 (pow b 4))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (+ (* 2 (pow b 4)) (pow b 4))> |
#<alt (+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4)))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2))))> |
#<alt (+ (* 2 (pow b 4)) (pow b 4))> |
#<alt (+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4)))> |
#<alt (+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4)))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2))))> |
#<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 (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (- (* -3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b)))> |
#<alt (- (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b)))> |
#<alt (- (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b)))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<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 (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)> |
#<alt (/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) b)> |
#<alt (/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (- (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 c)) b))> |
#<alt (* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b))> |
#<alt (* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a))))> |
#<alt (* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a))))> |
#<alt (* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2))))))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))> |
#<alt (* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))> |
#<alt (* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))> |
#<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 (* -1/3 (/ (* b (- a (* -1 a))) (pow a 2)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))> |
#<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))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))))> |
#<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 (* -2 (/ b c))> |
#<alt (+ (* -2 (/ b c)) (* 3/2 (/ a b)))> |
#<alt (+ (* -2 (/ b c)) (* a (+ (* -3 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b)))))> |
#<alt (+ (* -2 (/ b c)) (* a (+ (* a (+ (* -3 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (* -3 (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))))) (* 3/2 (/ 1 b)))))> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2)))))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2)))))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))) (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2)))))))> |
#<alt (* -2 (/ b c))> |
#<alt (* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c))))> |
#<alt (* b (- (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2)))) (* 2 (/ 1 c))))> |
#<alt (* b (- (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2))))) (* 2 (/ 1 c))))> |
#<alt (* -3 (/ (pow a 2) (* b (- a (* -1 a)))))> |
#<alt (* -1 (/ (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2))))) b))> |
#<alt (* -1 (/ (+ (* -3 (/ (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))) (pow b 4))) (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2)))))) b))> |
#<alt (* -1 (/ (+ (* -3 (/ (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))) (pow b 4))) (+ (* -3 (/ (+ (* -27/16 (/ (* (pow a 6) (pow c 3)) (pow (- a (* -1 a)) 2))) (+ (* -27/16 (/ (* (pow a 7) (pow c 3)) (pow (- a (* -1 a)) 3))) (* 3/2 (/ (* (pow a 2) (* c (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))))) (- a (* -1 a)))))) (pow b 6))) (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2))))))) b))> |
#<alt (* -2 (/ b c))> |
#<alt (/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -2 b) (* c (+ (* -3 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* 3/2 (/ a b))))) c)> |
#<alt (/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* -3 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (* -3 (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))))))) c)> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c)> |
#<alt (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))) c)> |
#<alt (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))))) c)> |
#<alt (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<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 (* (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 (* -1 (/ (* b (- a (* -1 a))) (pow a 2)))> |
#<alt (* -1 (* b (- (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)) (/ -1 a))))> |
#<alt (* -1 (* b (- (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))) (/ -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))) (/ 1 a)))) (/ -1 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 (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -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 (* (pow a 3) c)) (sqrt -3))> |
#<alt (* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* (pow a 2) (- (+ (* -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 (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -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)) (* -1 b)) a))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b)> |
#<alt (* -1 (* b (- a (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<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 (* -1/9 (/ (* b (- (* 3 (pow a 3)) (* -3 (pow a 3)))) (pow a 4)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4)))))))> |
#<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))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4))))))))> |
#<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 (* -9/2 (/ (* (pow a 4) c) b))> |
#<alt (* (pow a 4) (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* (pow a 4) (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* (pow a 4) (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))> |
#<alt (* (pow a 4) (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* (pow a 4) (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a))))> |
#<alt (* (pow a 4) (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a))))> |
#<alt (* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a))))> |
#<alt (* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a))))> |
#<alt (* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a))))> |
#<alt (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (pow a 3) b)) (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ b (sqrt -3)))) (* 3 (pow a 3)))))> |
#<alt (+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))))) (* 3 (pow a 3)))))> |
#<alt (* -9/2 (/ (* (pow a 4) c) b))> |
#<alt (/ (+ (* -9/2 (* (pow a 4) c)) (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 4) c)) (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 4) c)) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2))) (* -3/2 (/ (* (pow a 3) (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b)> |
#<alt (* -1 (* b (- (* 3 (pow a 3)) (* -3 (pow a 3)))))> |
#<alt (* -1 (* b (- (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3))) (* -3 (pow a 3)))))> |
#<alt (* -1 (* b (- (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))) (* -3 (pow a 3)))))> |
#<alt (* -1 (* b (- (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))) (* -3 (pow a 3)))))> |
#<alt (* -9/2 (/ (* (pow a 4) c) b))> |
#<alt (* c (+ (* -9/2 (/ (pow a 4) b)) (* -27/8 (/ (* (pow a 5) c) (pow b 3)))))> |
#<alt (* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -81/16 (/ (* (pow a 6) c) (pow b 5))) (* -27/8 (/ (pow a 5) (pow b 3)))))))> |
#<alt (* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -27/8 (/ (pow a 5) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 6) (pow b 5))) (* -3/2 (/ (* (pow a 3) (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (/ (* (pow a 3) b) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))))> |
#<alt (* c (- (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))) (* 3 (/ (* (pow a 3) b) c))))> |
#<alt (* c (- (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) (* 3 (/ (* (pow a 3) b) c))))> |
#<alt (* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ (* (pow a 3) b) c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ (pow a 5) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (pow a 3) b))) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* (pow a 5) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (* (pow a 3) b))) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* a b)> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (+ (* -6 (* a (* (pow b 2) c))) (* 9 (* (pow a 2) (pow c 2))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2))))> |
#<alt (+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2))))> |
#<alt (pow b 4)> |
#<alt (* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (pow b 4)> |
#<alt (* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (pow b 4)> |
#<alt (+ (* -6 (* a (* (pow b 2) c))) (pow b 4))> |
#<alt (+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4))> |
#<alt (+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2)))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2))))> |
#<alt (pow b 4)> |
#<alt (+ (* -6 (* a (* (pow b 2) c))) (pow b 4))> |
#<alt (+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4))> |
#<alt (+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2)))))> |
#<alt (* 9 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2))))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2))))> |
#<alt (* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2))))> |
#<alt (* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2))))> |
#<alt (* 2 (pow b 4))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* 2 (pow b 4))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* 2 (pow b 4))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c))))> |
#<alt (* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c))))> |
#<alt (* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c))))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2))))))> |
#<alt (* 2 (pow b 4))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4)))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a))))> |
#<alt (* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a))))> |
#<alt (* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a))))> |
#<alt (* -3 (* a (* (pow b 2) c)))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c)))))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c)))))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c)))))> |
#<alt (* 27 (* (pow a 2) (* (pow b 2) (pow c 2))))> |
#<alt (* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2)))))> |
#<alt (* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2)))))> |
#<alt (* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2)))))> |
#<alt (* -9 (* a (* (pow b 4) c)))> |
#<alt (* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* -9 (* a (* (pow b 4) c)))> |
#<alt (* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* -9 (* a (* (pow b 4) c)))> |
#<alt (* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2))))))> |
#<alt (* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2))))))> |
#<alt (* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2))))))> |
#<alt (* 27 (* (pow a 2) (* (pow b 2) (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2)))))> |
#<alt (* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2)))))> |
#<alt (* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2)))))> |
#<alt (* 27 (* (pow a 2) (* (pow b 2) (pow c 2))))> |
#<alt (* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2)))))> |
#<alt (* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2)))))> |
#<alt (* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2)))))> |
#<alt (* -9 (* a (* (pow b 4) c)))> |
#<alt (* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c)))))> |
#<alt (* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c)))))> |
#<alt (* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c)))))> |
#<alt (* 27 (* (pow a 2) (* (pow b 2) (pow c 2))))> |
#<alt (* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2)))))> |
#<alt (* 27 (* (pow a 2) (* (pow b 2) (pow c 2))))> |
#<alt (* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2)))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 2)))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 9 (pow a 4))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* (pow a 3) (+ (* -9/2 (/ (* a c) b)) (* 3 b)))> |
#<alt (* (pow a 3) (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))> |
#<alt (* (pow a 4) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* (pow a 4) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* (pow a 4) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))> |
#<alt (* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))> |
#<alt (+ (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ a (pow c 5))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3))))> |
#<alt (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))))> |
#<alt (* b (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))))> |
#<alt (* -3 (* (pow a 3) b))> |
#<alt (* -1 (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3)))))> |
#<alt (* -1 (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))))> |
#<alt (* -1 (* b (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))))))> |
#<alt (* 3 (* (pow a 3) b))> |
#<alt (+ (* -9/2 (/ (* (pow a 4) c) b)) (* 3 (* (pow a 3) b)))> |
#<alt (+ (* 3 (* (pow a 3) b)) (* c (+ (* -9/2 (/ (pow a 4) b)) (* -27/8 (/ (* (pow a 5) c) (pow b 3))))))> |
#<alt (+ (* 3 (* (pow a 3) b)) (* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -81/16 (/ (* (pow a 6) c) (pow b 5))) (* -27/8 (/ (pow a 5) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ a (pow c 7))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ a (pow c 7))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))))))))> |
210 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 48.0ms | c | @ | 0 | (/ (- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) (* (* a (* a 3)) (* a (* a 3)))) |
| 26.0ms | b | @ | -inf | (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)) |
| 20.0ms | a | @ | -inf | (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
| 7.0ms | c | @ | inf | (/ (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
| 6.0ms | c | @ | inf | (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
| 1× | batch-egg-rewrite |
| 3484× | *-lowering-*.f32 |
| 3484× | *-lowering-*.f64 |
| 2128× | /-lowering-/.f32 |
| 2128× | /-lowering-/.f64 |
| 1754× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 70 | 514 |
| 1 | 476 | 462 |
| 2 | 4803 | 460 |
| 0 | 8003 | 460 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) (* 3 a)) |
(/ (+ (* (* -27 (* a (* a a))) (* c (* c c))) (* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9))))) (* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))))) |
(* (+ b (sqrt (+ (* b b) (* c (* a -3))))) (+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))))) |
(+ (* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) (* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3)))))) |
(/ 1 (/ (* b -2) c)) |
(/ (* b -2) c) |
(* b -2) |
(- (* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) (/ (* c 1/2) b)) |
(* a (/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b)))) |
(/ (+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) (* b (* b b))) |
(+ (/ (* -9/16 (* a (* c (* c c)))) (* b b)) (* -3/8 (* c c))) |
(/ 1 (/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)))) |
(/ 3 (/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a))) |
(/ (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) (* a a)) |
(- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a b)) |
(/ (- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) (* (* a (* a 3)) (* a (* a 3)))) |
(- (* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) (* (* a (* a 3)) (/ (* a 3) (/ 3 b)))) |
(* (* a (* a 3)) (/ (* a 3) (/ 3 b))) |
(/ (* a 3) (/ 3 b)) |
(* (+ (* b b) (* c (* a -3))) (+ (* b b) (* c (* a -3)))) |
(* (* b b) (+ (* b b) (+ (* b b) (* c (* a -3))))) |
(* (* b b) (+ (* (* (* a a) (* c c)) 27) (* (* b b) (* (* a c) -9)))) |
(/ (* -9/16 (* a (* c (* c c)))) (* b b)) |
(* -3/8 (* c c)) |
(* c (* a -3)) |
(* (* a (* a 3)) (* a (* a 3))) |
(* (* a (sqrt (+ (* b b) (* c (* a -3))))) (* a (* a 3))) |
| Outputs |
|---|
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (neg.f64 (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64)) a) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) a) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) a)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (-.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(+.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(+.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) b) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) b)) |
(+.f64 (*.f64 b (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 b (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(fma.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(fma.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) (*.f64 (-.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (*.f64 (-.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (-.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) #s(literal 3 binary64)) (pow.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) (-.f64 (*.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) (*.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(+.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(+.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(+.f64 (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (/.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(fma.f64 b (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(fma.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b b) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 b (/.f64 #s(literal -2 binary64) c))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 c (*.f64 b #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 #s(literal -2 binary64) c))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 2 binary64)) c)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 c #s(literal -2 binary64)) b) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 b #s(literal -2 binary64))) |
(/.f64 (/.f64 c b) #s(literal -2 binary64)) |
(pow.f64 (*.f64 b (/.f64 #s(literal -2 binary64) c)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 2 binary64)) c))) |
(*.f64 (/.f64 c (*.f64 b #s(literal -2 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -2 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 b (/.f64 #s(literal -2 binary64) c)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 b (/.f64 #s(literal -2 binary64) c)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) c)) |
(neg.f64 (/.f64 (*.f64 b #s(literal 2 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c (*.f64 b #s(literal -2 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 1 binary64) c)) |
(/.f64 (*.f64 b (/.f64 #s(literal -2 binary64) c)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 (*.f64 b #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (/.f64 (*.f64 b #s(literal 2 binary64)) c) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 1 binary64)) c) |
(pow.f64 (/.f64 c (*.f64 b #s(literal -2 binary64))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2 binary64) c)) |
(*.f64 b (/.f64 (/.f64 #s(literal -2 binary64) c) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 b (/.f64 #s(literal -2 binary64) c))) |
(*.f64 #s(literal -2 binary64) (*.f64 b (/.f64 #s(literal 1 binary64) c))) |
(*.f64 #s(literal -2 binary64) (/.f64 b c)) |
(*.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 1 binary64))) |
(*.f64 (*.f64 b (/.f64 #s(literal -2 binary64) c)) #s(literal 1 binary64)) |
(*.f64 (*.f64 b #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 b #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -2 binary64) c) b) |
(*.f64 b #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) b) |
(+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(+.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) b)) c) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(+.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (*.f64 c #s(literal 1/2 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))) |
(-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (/.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))))) (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) (/.f64 (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) (/.f64 (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) |
(fma.f64 a (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) a (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (/.f64 a b) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (/.f64 a (*.f64 b b)) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (-.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (*.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) |
(/.f64 (*.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))))) (neg.f64 (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (neg.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))))) (pow.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (-.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (-.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(*.f64 (*.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) |
(/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b)) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) a) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b) a) (*.f64 b b)) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 b b)) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (*.f64 b b)) b) |
(*.f64 a (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) a) |
(*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b)) |
(*.f64 (/.f64 a b) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b b))) |
(*.f64 (/.f64 a (*.f64 b b)) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b) (*.f64 b b)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b b)) b) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b)) (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c)))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b) b) b) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) |
(+.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))) |
(-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal 9/16 binary64)) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 c c) #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))) |
(fma.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 c c) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -9/16 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b) (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) c (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c))) (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)) (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))))) (neg.f64 (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (-.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 81/256 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 9/64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 c c))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) #s(literal 3 binary64)) (/.f64 (*.f64 b (/.f64 a (*.f64 a a))) #s(literal 3 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal -3 binary64)) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a) (*.f64 a #s(literal 3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (*.f64 a a)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(/.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(/.f64 #s(literal -3 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))))) |
(/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal 1 binary64)) |
(/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal -1 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(pow.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 a a) (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))))) |
(*.f64 #s(literal 3 binary64) (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(*.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal 3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)) |
(*.f64 (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (/.f64 (*.f64 a a) #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a) a) |
(*.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a)) a) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) |
(fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (/.f64 a a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) a) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) a) (/.f64 a a) (neg.f64 (*.f64 b (/.f64 a (*.f64 a a))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a))) |
(/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a a) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a) a) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal 1 binary64)) (*.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) #s(literal 3 binary64)) (pow.f64 (*.f64 b (/.f64 a (*.f64 a a))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a)))) (+.f64 (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a)))) (*.f64 (*.f64 b (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a))))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a))))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 (/.f64 (*.f64 a a) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(*.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b) (*.f64 a a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a))) |
(*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 a a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b) a)) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 a b))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a b)) |
(-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 (*.f64 a b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 a b))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (neg.f64 (-.f64 (*.f64 a b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b))))) |
(fma.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) a (-.f64 #s(literal 0 binary64) (*.f64 a b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) a (neg.f64 (-.f64 (*.f64 a b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b))))) (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a b))) (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) #s(literal 3 binary64)) (pow.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b))) (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)))) (-.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)))) |
(*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a b) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b) a) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 a (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) a) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 a a) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 a (*.f64 a a)) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 a (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 a (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a a)) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) a) (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) #s(literal 1 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) a) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 a a)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 a #s(literal 3 binary64))) a) |
(pow.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) |
(*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) |
(+.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 #s(literal 3 binary64) b))) a) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) |
(+.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (+.f64 (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))))) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) |
(fma.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 a (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 a (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 a #s(literal 3 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 a #s(literal 3 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) a (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) a (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) #s(literal 3 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) #s(literal 3 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) a) #s(literal 3 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) a) #s(literal 3 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (neg.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (pow.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (*.f64 (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))))) (-.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) (+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b))))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
(*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 #s(literal 1 binary64) b))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a)) |
(/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (neg.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a)) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 a (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 a (*.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (*.f64 a (*.f64 #s(literal 1 binary64) b)))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 b #s(literal 3 binary64)) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 #s(literal 3 binary64) b)) a) |
(*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 1 binary64))) b) |
(*.f64 (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) a) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 #s(literal 1 binary64) b)) (*.f64 a a)) #s(literal 3 binary64)) |
(*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) #s(literal 3 binary64)) b) |
(*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) #s(literal 1 binary64)) (/.f64 b #s(literal 3 binary64))) |
(neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal -3 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a) #s(literal 1 binary64))) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a))) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) b) #s(literal 3 binary64)) a) #s(literal -1 binary64)) |
(*.f64 a (*.f64 #s(literal 1 binary64) b)) |
(*.f64 b (*.f64 a #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 a (/.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal 3 binary64) (/.f64 a (/.f64 #s(literal 3 binary64) b))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal 1 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (*.f64 a #s(literal 1 binary64)) b) |
(*.f64 (*.f64 #s(literal 1 binary64) b) a) |
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(+.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) #s(literal 2 binary64))) |
(fma.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 b b)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 b b)))) (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) #s(literal 9 binary64))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) #s(literal 9 binary64)))) (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (-.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) #s(literal 9 binary64)))) (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) #s(literal 2 binary64)) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(+.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(+.f64 (*.f64 (*.f64 b b) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 b (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (pow.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (-.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (-.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (*.f64 b b))) |
(*.f64 b (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 b b)) |
(*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) b) |
(+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c)))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
(fma.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))) (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c)))) (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))) (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (-.f64 (*.f64 b (*.f64 b (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) (*.f64 c (*.f64 (*.f64 a a) c))) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 a c)))) #s(literal 81 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) (*.f64 c (*.f64 (*.f64 a a) c))) #s(literal 729 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))))) |
(/.f64 (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) (*.f64 c (*.f64 (*.f64 a a) c))) #s(literal 729 binary64)) (*.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 a c)))) #s(literal 81 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) (*.f64 c (*.f64 (*.f64 a a) c))) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 a c)))) #s(literal 81 binary64)))) (*.f64 b b)) (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) (*.f64 c (*.f64 (*.f64 a a) c))) #s(literal 729 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) c)) (*.f64 c (*.f64 (*.f64 a a) c))) #s(literal 729 binary64)) (*.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 a c)))) #s(literal 81 binary64))) (*.f64 b b)) (-.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
(*.f64 b (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 b b)) |
(*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) b) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal 9/16 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal 9/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b)) b) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal 9/16 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -9/16 binary64) b) (*.f64 a (*.f64 c (*.f64 c c)))) b) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b)))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 #s(literal -9/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal 9/16 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -9/16 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b) (/.f64 #s(literal -9/16 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a #s(literal -9/16 binary64)))) |
(*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 a #s(literal -9/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))) |
(*.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)) #s(literal -9/16 binary64)) |
(*.f64 (/.f64 (*.f64 a #s(literal -9/16 binary64)) b) (/.f64 (*.f64 c (*.f64 c c)) b)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
(*.f64 (*.f64 c c) #s(literal -3/8 binary64)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) c) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 (*.f64 a c) #s(literal -3 binary64)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (*.f64 a #s(literal 3 binary64)))) #s(literal 2 binary64))) |
(pow.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) |
(*.f64 a (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) a) |
(*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 a a)) |
(*.f64 (pow.f64 (*.f64 a a) #s(literal 2 binary64)) #s(literal 9 binary64)) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) #s(literal 9 binary64)) |
(*.f64 (pow.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) (pow.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) a) #s(literal 3 binary64)) |
(*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(*.f64 a (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a))) |
(*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) a) |
(*.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 a a)) a) #s(literal 3 binary64)) |
| 1× | egg-herbie |
| 7060× | *-lowering-*.f32 |
| 7060× | *-lowering-*.f64 |
| 3674× | +-lowering-+.f64 |
| 3674× | +-lowering-+.f32 |
| 2580× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2670 | 29597 |
| 0 | 8087 | 29597 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) |
(+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* 1/3 (* a (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* 1/3 (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* 1/3 (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* a (+ (* -1/3 (* a (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1/3 (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2)))))) (* 1/3 (/ (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) a))) a)) (* -1/3 (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) a))) a)) |
(* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) |
(* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* 1/3 (* c (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* 1/3 (* c (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))) |
(* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* 1/3 (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* c (+ (* -1/3 (* c (+ (* -9/4 (/ (* (pow b 2) (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (+ (* -1/3 (/ (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/3 (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* 1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) c))) c)) (* 1/3 (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* 1/3 (* b (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1/3 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/3 (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 4))) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2))))) b) |
(/ (+ (* -1/2 c) (+ (* -1/3 (/ (+ (* -1/4 (* c (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 4))) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2)))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (+ (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))))) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -1/3 (/ (+ (* -4/9 (/ (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (* (pow a 2) c))) (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c)))))) (* a c))))) (pow b 6))) (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (+ (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))))) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -9/2 (/ (* a (* (pow b 3) c)) (+ (* 2 (pow b 4)) (pow b 4)))) |
(* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* a (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3)))))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(* -9/2 (/ (* a (* (pow b 3) c)) (+ (* 2 (pow b 4)) (pow b 4)))) |
(* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* c (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow a 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3)))))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (+ (* -1 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(* -3/2 (/ (* a c) b)) |
(/ (- (+ (* -3/2 (* a c)) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2)))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) (+ (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2))) (+ (* -1/4 (/ (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (pow b 4)))))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -1 (/ (+ (* -1/4 (* a (* c (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 3) (pow c 3))) (+ (* -1/4 (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))))))) (pow b 6))) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) (+ (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2))) (+ (* -1/4 (/ (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (pow b 4)))))) b) |
(* -2 b) |
(* -1 (* b (- (+ 2 (* -6 (/ (* a c) (pow b 2)))) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c))))))) |
(* -1 (* b (- (+ 2 (+ (* -6 (/ (* a c) (pow b 2))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a (* (pow b 4) c)))) (+ (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a (* (pow b 4) c))))))))) |
(* -1 (* b (- (+ 2 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -1 (/ (+ (* -4/9 (/ (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* (pow a 2) (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a c)))))) (* a c))))) (pow b 6))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a (* (pow b 4) c)))) (+ (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a (* (pow b 4) c))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* 9 (* (pow a 2) (* b (pow c 2))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (+ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) |
(* 6 (pow b 5)) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(* (pow b 5) (+ 6 (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))))) |
(* 9/2 (* a (* (pow b 3) c))) |
(* -1 (* (pow b 3) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4)))))))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/16 (/ (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (+ (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))))))))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* (pow a 2) b)) (* c (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(* (pow c 3) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(* (pow c 3) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)))))))) |
(* (pow c 3) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow c 3)))))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) c)) (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* b (pow c 2))) (* a (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3)))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(* (pow a 3) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(* (pow a 3) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)))))))) |
(* (pow a 3) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow a 3)))))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) a)) (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(* 3 (pow b 4)) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* 3 (pow b 4)) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -1 (/ (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(* -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)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 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 (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -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 (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(* -1/2 (/ c b)) |
(/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (- (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 c)) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -3/8 (pow c 2)) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a)))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a)))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2)))))) |
(* -3/8 (pow c 2)) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2)) |
(* -3/8 (pow c 2)) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(* -3/8 (pow c 2)) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(* -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) |
(* -1/3 (/ (* b (- a (* -1 a))) (pow a 2))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))) |
(* -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))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))) |
(* -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))))))) |
(* -2 (/ b c)) |
(+ (* -2 (/ b c)) (* 3/2 (/ a b))) |
(+ (* -2 (/ b c)) (* a (+ (* -3 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) |
(+ (* -2 (/ b c)) (* a (+ (* a (+ (* -3 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (* -3 (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))))) (* 3/2 (/ 1 b))))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2))))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))) (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(* -2 (/ b c)) |
(* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c)))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2)))) (* 2 (/ 1 c)))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2))))) (* 2 (/ 1 c)))) |
(* -3 (/ (pow a 2) (* b (- a (* -1 a))))) |
(* -1 (/ (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2))))) b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))) (pow b 4))) (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2)))))) b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))) (pow b 4))) (+ (* -3 (/ (+ (* -27/16 (/ (* (pow a 6) (pow c 3)) (pow (- a (* -1 a)) 2))) (+ (* -27/16 (/ (* (pow a 7) (pow c 3)) (pow (- a (* -1 a)) 3))) (* 3/2 (/ (* (pow a 2) (* c (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))))) (- a (* -1 a)))))) (pow b 6))) (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2))))))) b)) |
(* -2 (/ b c)) |
(/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c) |
(/ (+ (* -2 b) (* c (+ (* -3 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* 3/2 (/ a b))))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* -3 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (* -3 (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))))))) c) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))))) c) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -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))) |
(* (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) |
(* -1 (/ (* b (- a (* -1 a))) (pow a 2))) |
(* -1 (* b (- (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)) (/ -1 a)))) |
(* -1 (* b (- (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))) (/ -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))) (/ 1 a)))) (/ -1 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)))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -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 (* (pow a 3) c)) (sqrt -3)) |
(* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* (pow a 2) (- (+ (* -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 (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -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)) (* -1 b)) a)))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(* -1 (* b (- a (* -1 a)))) |
(* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a)))) |
(* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a)))) |
(* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a)))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -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) |
(* -1/9 (/ (* b (- (* 3 (pow a 3)) (* -3 (pow a 3)))) (pow a 4))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4))))))) |
(* -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))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4)))))))) |
(* -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))))))) |
(* -9/2 (/ (* (pow a 4) c) b)) |
(* (pow a 4) (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* (pow a 4) (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(* (pow a 4) (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(* (pow a 4) (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* (pow a 4) (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(* (pow a 4) (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a)))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a)))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a)))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(+ (* -3 (* (pow a 3) b)) (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ b (sqrt -3)))) (* 3 (pow a 3))))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))))) (* 3 (pow a 3))))) |
(* -9/2 (/ (* (pow a 4) c) b)) |
(/ (+ (* -9/2 (* (pow a 4) c)) (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 4) c)) (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 4) c)) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2))) (* -3/2 (/ (* (pow a 3) (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(* -1 (* b (- (* 3 (pow a 3)) (* -3 (pow a 3))))) |
(* -1 (* b (- (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3))) (* -3 (pow a 3))))) |
(* -1 (* b (- (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))) (* -3 (pow a 3))))) |
(* -1 (* b (- (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))) (* -3 (pow a 3))))) |
(* -9/2 (/ (* (pow a 4) c) b)) |
(* c (+ (* -9/2 (/ (pow a 4) b)) (* -27/8 (/ (* (pow a 5) c) (pow b 3))))) |
(* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -81/16 (/ (* (pow a 6) c) (pow b 5))) (* -27/8 (/ (pow a 5) (pow b 3))))))) |
(* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -27/8 (/ (pow a 5) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 6) (pow b 5))) (* -3/2 (/ (* (pow a 3) (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b)))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(* c (+ (* -3 (/ (* (pow a 3) b) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))) (* 3 (/ (* (pow a 3) b) c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) (* 3 (/ (* (pow a 3) b) c)))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ (* (pow a 3) b) c))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ (pow a 5) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (pow a 3) b))) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* (pow a 5) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (* (pow a 3) b))) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 3) b)) |
(* 3 (* (pow a 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) |
(* 9 (* (pow a 2) (pow c 2))) |
(+ (* -6 (* a (* (pow b 2) c))) (* 9 (* (pow a 2) (pow c 2)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(pow b 4) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(pow b 4) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(pow b 4) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(pow b 4) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(* -3 (* a (* (pow b 2) c))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(* 2 (pow b 4)) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* 2 (pow b 4)) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(* 2 (pow b 4)) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(* -3 (* a (* (pow b 2) c))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(* -3 (* a (* (pow b 2) c))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(* 2 (pow b 4)) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(* -3 (* a (* (pow b 2) c))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(* -3 (* a (* (pow b 2) c))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2))))) |
(* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2))))) |
(* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2))))) |
(* -9 (* a (* (pow b 4) c))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* -9 (* a (* (pow b 4) c))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* -9 (* a (* (pow b 4) c))) |
(* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2)))))) |
(* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2)))))) |
(* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2)))))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(* -9 (* a (* (pow b 4) c))) |
(* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c))))) |
(* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c))))) |
(* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c))))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 9 (pow a 4)) |
(* 3 (* (pow a 3) b)) |
(* (pow a 3) (+ (* -9/2 (/ (* a c) b)) (* 3 b))) |
(* (pow a 3) (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(* (pow a 3) (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(* (pow a 4) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* (pow a 4) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* (pow a 4) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(+ (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3))))))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ a (pow c 5))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* 3 (* (pow a 3) b)) |
(* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3)))) |
(* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))) |
(* b (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))))) |
(* -3 (* (pow a 3) b)) |
(* -1 (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3))))) |
(* -1 (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))))) |
(* -1 (* b (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))))) |
(* 3 (* (pow a 3) b)) |
(+ (* -9/2 (/ (* (pow a 4) c) b)) (* 3 (* (pow a 3) b))) |
(+ (* 3 (* (pow a 3) b)) (* c (+ (* -9/2 (/ (pow a 4) b)) (* -27/8 (/ (* (pow a 5) c) (pow b 3)))))) |
(+ (* 3 (* (pow a 3) b)) (* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -81/16 (/ (* (pow a 6) c) (pow b 5))) (* -27/8 (/ (pow a 5) (pow b 3)))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(* c (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) |
(* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))))) |
(* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ a (pow c 7))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ a (pow c 7))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))))) |
| Outputs |
|---|
(* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* 1/3 (* a (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) |
(+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* 1/3 (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 a (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))))) |
(+ (* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* 1/3 (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* a (+ (* -1/3 (* a (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))))))) |
(+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) b) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) a)) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a)))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) a)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow a 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2))))) a))))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) a))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a))) a)) |
(neg.f64 (/.f64 (+.f64 (neg.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/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) a)) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1/3 (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2)))))) (* 1/3 (/ (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a))) a))) a)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.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/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) a)) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* -1/3 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) a))) a)) (* -1/3 (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) a))) a)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (-.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (-.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) a))) a)) (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) a))) a)) |
(* -3/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) |
(* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* 1/3 (* c (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* 1/3 (* c (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))))) |
(* c (+ (* -3/2 (/ (pow b 3) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* 1/3 (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* c (+ (* -1/3 (* c (+ (* -9/4 (/ (* (pow b 2) (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* 1/3 (- (* -27/2 (/ (pow a 2) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* a b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) b) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a a)) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 a b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) c)) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c)))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 c c)) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) c)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (+ (* 1/3 (/ (- (* -1 (* (sqrt (/ c (pow a 5))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 3) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2)))))) (sqrt -3)))))) (pow c 2))) (* 1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 3) (pow (sqrt -3) 2))))) c))))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 c c)) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) c))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(+ (* -1/3 (/ (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) c) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (+ (* -1/3 (/ (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 1/3 (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64)))))) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) c)) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3))))))) (* 1/3 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 3) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* (sqrt (/ c (pow a 5))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 3) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))))) c))) c)) (* 1/3 (- (* 3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 3) (pow (sqrt 3) 2))))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (-.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (-.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) c))) c)) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))))) c)) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* 1/3 (* b (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) b) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1/3 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 1/3 (- (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 3) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))))) (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 b b))) b) |
(/ (+ (* -1/2 c) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 4))) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 b b))))) b) |
(/ (+ (* -1/2 c) (+ (* -1/3 (/ (+ (* -1/4 (* c (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* -9/2 (* (pow a 2) (pow c 3))) (+ (* -1/4 (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))))) (pow b 4))) (* 1/3 (/ (- (* 9/2 (* a (pow c 2))) (* -1/4 (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))) (pow b 2)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))))) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c))) (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 b b)))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))))) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (+ (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))))) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c)))))) (*.f64 a c)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -1/3 (/ (+ (* -4/9 (/ (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (* (pow a 2) c))) (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c)))))) (* a c))))) (pow b 6))) (+ (* 1/3 (/ (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c)))) (pow b 2))) (+ (* 1/3 (/ (- (* 6 (* a (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* (pow a 2) c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 c) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* (pow a 2) c))))) (* a c))))) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))))) (*.f64 (*.f64 a a) c)) (*.f64 #s(literal -2/9 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))))) (*.f64 a c)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (-.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c)))))) (*.f64 a c)))) (*.f64 a c)))))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -6 binary64) c) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) c)))))) (*.f64 a c)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 2/3 binary64) a))))) |
(* -9/2 (/ (* a (* (pow b 3) c)) (+ (* 2 (pow b 4)) (pow b 4)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) c)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (*.f64 a (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* a (+ (* -9/2 (/ (* (pow b 3) c) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* a (- (+ (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* a (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -27/2 (/ (pow c 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 27/2 (/ (* b (pow c 2)) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* (pow b 2) (* c (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) b) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 b (*.f64 c c))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 (*.f64 b b) c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(-.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64)))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* a (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow c 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* -1 (* (sqrt (/ a (pow c 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow a 3))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* a (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (* (pow c 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))) (- (* 3 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))))) (* (pow c 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(-.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (-.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) a)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))) a)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) a)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow c 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* (sqrt (/ a (pow c 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3)))))) (+ (* -1/3 (/ (* a (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow c 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ a (pow c 5))) (/ (* (sqrt -1) (* (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) (- (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) a)) (* 3 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* a (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) (* (pow c 2) (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (-.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 3 binary64)))))) a)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) a)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -9/2 (/ (* a (* (pow b 3) c)) (+ (* 2 (pow b 4)) (pow b 4)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) c)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (*.f64 c (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* c (+ (* -9/2 (/ (* a (pow b 3)) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* c (- (+ (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* -1 (* c (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (+ (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -27/2 (/ (pow a 3) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))) (* b (+ (* 2 (pow b 4)) (pow b 4)))))))))) (+ (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b)))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))) (* 1/2 (/ (* (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 27/2 (/ (* (pow a 2) b) (+ (* 2 (pow b 4)) (pow b 4)))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))) (* b (+ (* 2 (pow b 4)) (pow b 4))))))))) (* -9/4 (/ (* a (* (pow b 2) (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) (pow (+ (* 2 (pow b 4)) (pow b 4)) 2))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) b) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 (*.f64 a a) b)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (*.f64 a (*.f64 b b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2))))) |
(+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(-.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))))) |
(- (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 4) (sqrt -3)))) (+ (* -1 (/ (+ (* -1/3 (/ (* c (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (* b (+ (* 2 (pow b 4)) (pow b 4))))) (* (pow a 2) (pow (sqrt -3) 2)))) (+ (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* -1 (* (sqrt (/ c (pow a 3))) (/ (pow b 4) (sqrt -3)))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) (sqrt -3)))))) (pow c 3))) (* 3 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (+ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))))) (* (pow a 2) (* c (pow (sqrt -3) 2))))) (+ (* -1/3 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/9 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))) (- (* 3 (* (sqrt (/ c a)) (/ (pow b 2) (sqrt -3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))))) (* (pow a 2) (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(-.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 1/9 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (-.f64 (-.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))))) c)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))))) c)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) c)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/3 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* (pow a 2) (pow (sqrt 3) 2)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))) (+ (* 1/9 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))))) (sqrt 3)))) (* (sqrt (/ c (pow a 3))) (/ (* (pow b 4) (sqrt -1)) (sqrt 3)))))) (+ (* -1/3 (/ (* c (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) (* (pow a 2) (pow (sqrt 3) 2)))) (* 1/9 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (* (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) (- (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))))) (sqrt 3)))))) c)) (* 3 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) (* -1/3 (/ (* c (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (-.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64)))))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))))) c)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 3 binary64) b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 b (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (/.f64 #s(literal 3 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (- (+ (* -1 (* b (+ (* -1/3 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (+ (* 1/3 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* a c))) (/ (- (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))))) (sqrt -3))))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))) (+ (* -1/3 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 2))))) (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (neg.f64 b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (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 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))))) (/.f64 #s(literal 3 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b) |
(/ (- (+ (* -3/2 (* a c)) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 b b)))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) (+ (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2))) (+ (* -1/4 (/ (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (pow b 4)))))) b) |
(/.f64 (-.f64 (-.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (- (+ (* -9/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -1 (/ (+ (* -1/4 (* a (* c (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) (+ (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* -9/2 (* (pow a 3) (pow c 3))) (+ (* -1/4 (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2)))))))) (* 1/6 (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))))))))) (* 1/6 (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))))))))) (pow b 6))) (* 9/2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) (+ (* -1/4 (/ (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))))) (pow b 2))) (+ (* -1/4 (/ (* a (* c (+ (* -27/8 (* (pow a 2) (pow c 2))) (+ (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 18 (* (pow a 2) (pow c 2))))))) (pow b 4))) (* 1/6 (/ (* (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c))))) (- (* 9/2 (* (pow a 2) (pow c 2))) (* -1/4 (* a (* c (+ (* -9/2 (* a c)) (* 2 (+ (* -6 (* a c)) (* -3 (* a c)))))))))) (pow b 4)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (-.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))))) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c))) (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 a c) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (pow.f64 b #s(literal 4 binary64))))))) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -1 (* b (- (+ 2 (* -6 (/ (* a c) (pow b 2)))) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (*.f64 (*.f64 b b) c)))))) |
(* -1 (* b (- (+ 2 (+ (* -6 (/ (* a c) (pow b 2))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a (* (pow b 4) c)))) (+ (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a (* (pow b 4) c))))))))) |
(*.f64 (neg.f64 b) (-.f64 (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal 6 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) (*.f64 #s(literal -4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (*.f64 (*.f64 b b) c))))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a c)))))) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c)))))) |
(* -1 (* b (- (+ 2 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -1 (/ (+ (* -4/9 (/ (+ (* -81/8 (* (pow a 4) (pow c 4))) (+ (* -27/16 (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* -3/2 (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))))) (* a c))) (+ (* -2/9 (/ (* (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* 6 (* (pow a 2) (pow c 2))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a c))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a c)))))) (* a c))))) (pow b 6))) (* 6 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (+ (* -4/9 (/ (+ (* -27/2 (* (pow a 3) (pow c 3))) (+ (* -81/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))))) (* a (* (pow b 4) c)))) (+ (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a (* (pow b 2) c)))) (* -2/9 (/ (* (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (- (* -6 (* a c)) (* -4/9 (/ (+ (* -27/8 (* (pow a 2) (pow c 2))) (* -3/2 (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))))) (* a c))))) (* a (* (pow b 4) c))))))))) |
(*.f64 (neg.f64 b) (-.f64 (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))))) (*.f64 a c)) (*.f64 #s(literal -2/9 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a c))))) (*.f64 a c)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 6 binary64) (*.f64 a a)) (*.f64 c c)) (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a c))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a c)))))) (*.f64 a c)))) (*.f64 a c))))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 6 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/9 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) (*.f64 #s(literal -4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (*.f64 (*.f64 b b) c))))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 #s(literal 4/9 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a c)))))) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c)))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* 9 (* (pow a 2) (* b (pow c 2))))) |
(*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 a a) (*.f64 b (*.f64 c c))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c)))))))))) |
(+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))))) |
(+ (* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) (* b (+ (* 9 (* (pow a 2) (pow c 2))) (* b (+ (* 9/2 (* (sqrt (* (pow a 3) (pow c 3))) (/ 1 (sqrt -3)))) (+ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) (* (sqrt (* a c)) (* (sqrt -3) (+ (* -6 (* a c)) (* -3 (* a c))))))))))) |
(+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) |
(* 6 (pow b 5)) |
(*.f64 #s(literal 6 binary64) (pow.f64 b #s(literal 5 binary64))) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 6 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b)))) |
(* (pow b 5) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 6 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow b 5) (+ 6 (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))) (+ (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* 2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 18 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))))) |
(* 9/2 (* a (* (pow b 3) c))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) c)) |
(* -1 (* (pow b 3) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b)))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4)))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* (pow b 3) (+ (* -27/2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -81/8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/16 (/ (* (pow a 3) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 6))) (+ (* -3/2 (/ (* a (* c (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 2))) (+ (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (* -9/8 (/ (* (pow a 2) (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c))))) (pow b 4))))))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (pow.f64 b #s(literal 4 binary64))))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* (pow a 2) b))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* c (+ (* -3/2 (/ (* a (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (* c (+ (* -3/2 (/ (* a (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) b)) (+ (* -9/8 (/ (* (pow a 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* (pow a 2) b)) (* c (+ (* -27/2 (/ (pow a 3) b)) (+ (* -27/16 (/ (* (pow a 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow a 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 3)))))))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) b))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) b) (+.f64 (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 18 binary64) (*.f64 a a)) b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 a (*.f64 a a))) b) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (*.f64 b (*.f64 b b))))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) |
(* (pow c 3) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 a a) b) c)) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))))) |
(* (pow c 3) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 a a) b) c)) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b (/.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)) (*.f64 c c))))))) |
(* (pow c 3) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 2) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow a 5) c)) (sqrt -3))) (+ (* 9 (/ (* (pow a 2) b) c)) (+ (* (sqrt (/ a (pow c 3))) (* (sqrt -3) (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2)))))) (+ (* (sqrt (/ a (pow c 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow c 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow c 3)))))))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 a a) b) c))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)))) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))) (+.f64 (*.f64 b (/.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)) (*.f64 c c))) (/.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c (*.f64 c c)))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))) c)) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))))) c) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) c)) (+ (* 9/2 (* (sqrt (* (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) c)) (+ (* 9 (* (pow a 2) b)) (* (sqrt (/ a c)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))))))) c)) (* 9 (* (sqrt (/ (pow a 5) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) c)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) c)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64))))))) c) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) |
(*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (* 18 (* b (pow c 2)))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c))))))))) |
(+ (* 2 (* b (+ (* 2 (pow b 4)) (pow b 4)))) (* a (+ (* -3/2 (/ (* c (+ (* 2 (pow b 4)) (pow b 4))) b)) (+ (* 2 (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (* a (+ (* -3/2 (/ (* c (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) b)) (+ (* -9/8 (/ (* (pow c 2) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 3))) (+ (* 18 (* b (pow c 2))) (* a (+ (* -27/2 (/ (pow c 3) b)) (+ (* -27/16 (/ (* (pow c 3) (+ (* 2 (pow b 4)) (pow b 4))) (pow b 5))) (* -9/8 (/ (* (pow c 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 3)))))))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) b) (+.f64 (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 18 binary64) (*.f64 b (*.f64 c c)))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 c c))) b) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (*.f64 b (*.f64 b b))))))))))) |
(* 9 (* (sqrt (* (pow a 5) (pow c 5))) (sqrt -3))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) |
(* (pow a 3) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) a) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))))) |
(* (pow a 3) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) a) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 a a))))))) |
(* (pow a 3) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 2) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (sqrt -3)))) (+ (* 9/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 9 (* (sqrt (/ (pow c 5) a)) (sqrt -3))) (+ (* 9 (/ (* b (pow c 2)) a)) (+ (* (sqrt (/ c (pow a 3))) (* (sqrt -3) (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c))))) (+ (* (sqrt (/ c (pow a 5))) (* (sqrt -3) (+ (* 2 (pow b 4)) (pow b 4)))) (+ (/ (* b (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow a 2)) (/ (* b (+ (* 2 (pow b 4)) (pow b 4))) (pow a 3)))))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) a) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (*.f64 a a))) (/.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a (*.f64 a a)))))))) |
(* -9 (* (sqrt (* (pow a 5) (pow c 5))) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -9 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))) a)) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))))) a)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)))))))) a) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))))) (sqrt 3)))) (* b (+ (* 2 (pow b 4)) (pow b 4)))) a)) (+ (* 9/2 (* (sqrt (* a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* b (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 2 (pow b 4)) (pow b 4)))))))) a)) (+ (* 9 (* b (pow c 2))) (* (sqrt (/ c a)) (* (sqrt -1) (* (sqrt 3) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))))))) a)) (* 9 (* (sqrt (/ (pow c 5) a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))))) a)) (+.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 b (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))))))) a)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 c c))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))))))) a)) (*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (* -3 (* a c))))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (+ (* -3 (* a c)) (* 3 (pow b 2)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) |
(* 3 (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9 binary64)))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* 3 (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (* -3 (/ (* a c) (pow b 2)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9 binary64)))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* (pow b 4) (+ 3 (+ (* -6 (/ (* a c) (pow b 2))) (+ (* -3 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (* -3 (* a (pow b 2))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 c (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) c)))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (pow b 4)) (+ (* c (+ (* -6 (* a (pow b 2))) (+ (* -3 (* a (pow b 2))) (* 9 (* (pow a 2) c))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) c)))) (pow.f64 b #s(literal 4 binary64)))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (* 9 (pow a 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) c) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) c) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* -3 (/ (* a (pow b 2)) c)) (+ (* 2 (/ (pow b 4) (pow c 2))) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) c) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -1 (/ (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)) c)) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) c)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))) c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) c)) (+ (* 3 (* a (pow b 2))) (* 6 (* a (pow b 2))))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) c)) (*.f64 (*.f64 a (*.f64 b b)) #s(literal 9 binary64)))) c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(+ (* 2 (pow b 4)) (pow b 4)) |
(*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (* -3 (* (pow b 2) c)))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 a (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 2 (pow b 4)) (+ (* a (+ (* -6 (* (pow b 2) c)) (+ (* -3 (* (pow b 2) c)) (* 9 (* a (pow c 2)))))) (pow b 4))) |
(+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64)))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (* 9 (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a a)) (*.f64 #s(literal 9 binary64) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* -3 (/ (* (pow b 2) c) a)) (+ (* 2 (/ (pow b 4) (pow a 2))) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a a)) (*.f64 #s(literal 9 binary64) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64)) a)) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) a) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) a)) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (pow b 4)) (pow b 4)) a)) (+ (* 3 (* (pow b 2) c)) (* 6 (* (pow b 2) c)))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (pow.f64 b #s(literal 4 binary64)))) a) (*.f64 (*.f64 (*.f64 b b) c) #s(literal 9 binary64))) a)) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* -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) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(- (* -3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b)) |
(- (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b)) |
(- (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) b)) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 (*.f64 a a) b)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 (*.f64 a a) b)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 a b))) a)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 a b))) a)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -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 -3/8 binary64) (*.f64 a (/.f64 c (*.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 (*.f64 a a) c)) (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 (+ (* -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 (*.f64 a a) c)) (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))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 b c))) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 b c))) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) 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 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c))) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) (* 1/2 c)) 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 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (- (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 c)) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) c)) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) c))) b)) |
(* -1 (/ (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -1/2 c)) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) c))) b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a 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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.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 -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a))) |
(* a (+ (* -9/16 (/ (pow c 3) (pow b 2))) (* -3/8 (/ (pow c 2) a)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b b)))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b b)))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) a)) (* 9/16 (/ (pow c 3) (pow b 2)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 b b)))) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 3/8 binary64) c))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 3/8 binary64) c))) |
(* (pow c 3) (- (* -9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c)))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 3/8 binary64) c))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 b b)) (/.f64 #s(literal 3/8 binary64) c))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 b b)) (/.f64 #s(literal 3/8 binary64) c))) |
(* -1 (* (pow c 3) (+ (* 9/16 (/ a (pow b 2))) (* 3/8 (/ 1 c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 b b)) (/.f64 #s(literal 3/8 binary64) c))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))) (*.f64 b b)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))) (*.f64 b b)) |
(/ (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(* -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 a (*.f64 c c))) (*.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 a (*.f64 c (*.f64 c c)))) (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) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 #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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 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))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) b)) a)) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -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 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a)) (*.f64 #s(literal 1/3 binary64) b)) a)) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (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 a (*.f64 c c))) (*.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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.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))) (* -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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -1/3 (/ (* b (- a (* -1 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 b (-.f64 a (neg.f64 a)))) (*.f64 a a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 a (neg.f64 a))) (*.f64 a a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 a (neg.f64 a))) (*.f64 a 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))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 a (neg.f64 a))) (*.f64 a a))))) |
(* -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 -3/8 binary64) (*.f64 a (/.f64 c (*.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 (*.f64 a a) c)) (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 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 a c))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -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 #s(literal -1/3 binary64) (/.f64 b (*.f64 a c))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 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 #s(literal -1/3 binary64) (/.f64 b (*.f64 a c))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 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))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.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 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(+ (* -2 (/ b c)) (* 3/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) |
(+ (* -2 (/ b c)) (* a (+ (* -3 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) |
(+ (* -2 (/ b c)) (* a (+ (* a (+ (* -3 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (* -3 (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))))) (* 3/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))))) (/.f64 #s(literal 3/2 binary64) b)))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) |
(+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -3/2 binary64)) (*.f64 a a))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))))) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2))))) |
(*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal 3/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a b) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) a))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) #s(literal 3/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) #s(literal 3/2 binary64)))) a)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a b) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) a))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))) (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))))) (/.f64 #s(literal 3 binary64) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c)))) |
(*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2)))) (* 2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) c) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(* b (- (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (* 3/2 (/ a (pow b 2))))) (* 2 (/ 1 c)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 (*.f64 a a) c) #s(literal -3/8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)))))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) c) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c))))) |
(* -3 (/ (pow a 2) (* b (- a (* -1 a))))) |
(/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a a)) (*.f64 b (-.f64 a (neg.f64 a)))) |
(* -1 (/ (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2))))) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (-.f64 a (neg.f64 a))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 (*.f64 b b) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a)))))) b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))) (pow b 4))) (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2)))))) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c c))) (*.f64 (-.f64 a (neg.f64 a)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a))))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a))))))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (-.f64 a (neg.f64 a))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 (*.f64 b b) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a))))))) b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))) (pow b 4))) (+ (* -3 (/ (+ (* -27/16 (/ (* (pow a 6) (pow c 3)) (pow (- a (* -1 a)) 2))) (+ (* -27/16 (/ (* (pow a 7) (pow c 3)) (pow (- a (* -1 a)) 3))) (* 3/2 (/ (* (pow a 2) (* c (+ (* -9/4 (/ (* (pow a 6) (pow c 2)) (pow (- a (* -1 a)) 3))) (* -9/8 (/ (* (pow a 5) (pow c 2)) (pow (- a (* -1 a)) 2)))))) (- a (* -1 a)))))) (pow b 6))) (+ (* 3 (/ (pow a 2) (- a (* -1 a)))) (* 9/2 (/ (* (pow a 4) c) (* (pow b 2) (pow (- a (* -1 a)) 2))))))) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c c))) (*.f64 (-.f64 a (neg.f64 a)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a))))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a))))))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (-.f64 a (neg.f64 a)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a)))))) (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (*.f64 a a) c) (+.f64 (/.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c c))) (*.f64 (-.f64 a (neg.f64 a)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a))))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a)))))))) (-.f64 a (neg.f64 a))))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (-.f64 a (neg.f64 a))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 (*.f64 b b) (*.f64 (-.f64 a (neg.f64 a)) (-.f64 a (neg.f64 a)))))))) b)) |
(* -2 (/ b c)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 a c)) b)) c) |
(/ (+ (* -2 b) (* c (+ (* -3 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* 3/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* -3 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (* -3 (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))))))) c) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c) |
(/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))) (*.f64 c c)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) c) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))) (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))))))) c) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c)) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 b c)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) #s(literal -1/2 binary64))) c)) c)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 b c)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) c))) c)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) c) b) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -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 #s(literal -3/2 binary64) c) 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 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 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 (neg.f64 b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (/.f64 (neg.f64 b) a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 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 (neg.f64 b) a) (*.f64 #s(literal -1/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 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 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 b (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 b 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 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 b (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a))) a))) |
(* (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 (neg.f64 b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 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 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 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) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) c) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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 -27/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -3/2 binary64) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.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))) (* -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 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/2 binary64) c)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -1 (/ (* b (- a (* -1 a))) (pow a 2))) |
(neg.f64 (/.f64 (*.f64 b (-.f64 a (neg.f64 a))) (*.f64 a a))) |
(* -1 (* b (- (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)) (/ -1 a)))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) a)))) |
(* -1 (* b (- (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))) (/ -1 a)))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -1 binary64) 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))) (/ 1 a)))) (/ -1 a)))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b b))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -1 binary64) a))))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) c) b) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a c)) (*.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 -27/16 binary64) (*.f64 (*.f64 a a) c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.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 #s(literal -9/8 binary64) (/.f64 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 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 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 (neg.f64 (/.f64 b (*.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))))) |
(* 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 (neg.f64 (/.f64 b (*.f64 a c))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 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 (neg.f64 (/.f64 b (*.f64 a c))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 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)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (neg.f64 b) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 b a) (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c))) c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a a) c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* (pow a 2) (+ (* -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 a a) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) 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 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (neg.f64 b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* (pow a 2) (- (+ (* -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 (*.f64 a a) (+.f64 (*.f64 #s(literal -1/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (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 a c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) b)) a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -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)) (* -1 b)) a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a) b)) a)))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (neg.f64 a) b) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) a)) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) a)) (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a a) c) b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a a) c)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a a) c))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a a) c)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1 (* b (- a (* -1 a)))) |
(neg.f64 (*.f64 b (-.f64 a (neg.f64 a)))) |
(* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a)))) |
(*.f64 (neg.f64 b) (+.f64 a (-.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a a) c)) (*.f64 b b)) (neg.f64 a)))) |
(* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a)))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 (+.f64 a (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a a) c)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 1 binary64) a))) |
(* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a)))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 (+.f64 a (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a a) c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 1 binary64) a))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 a a) c) b)) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) c) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* 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) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a c) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (neg.f64 a) b) c) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 a b) c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 a b) c))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 a b) c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 a b))) c) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 a b))) c) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -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 a (*.f64 c c))) (*.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 a (*.f64 c (*.f64 c c)))) (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) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 #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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 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))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) b)) a)) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -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 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a)) (*.f64 #s(literal 1/3 binary64) b)) a)) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -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) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 #s(literal 1 binary64) (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 a (*.f64 c c))) (*.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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.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))) (* -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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -1/9 (/ (* b (- (* 3 (pow a 3)) (* -3 (pow a 3)))) (pow a 4))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b (*.f64 (*.f64 a (*.f64 a a)) #s(literal 6 binary64)))) (pow.f64 a #s(literal 4 binary64))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4)))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 6 binary64))) (pow.f64 a #s(literal 4 binary64))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 6 binary64))) (pow.f64 a #s(literal 4 binary64)))))) |
(* -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))) (* 1/9 (/ (- (* 3 (pow a 3)) (* -3 (pow a 3))) (pow a 4)))))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 6 binary64))) (pow.f64 a #s(literal 4 binary64))))))) |
(* -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 -3/8 binary64) (*.f64 a (/.f64 c (*.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 (*.f64 a a) c)) (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 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 a c))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -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 #s(literal -1/3 binary64) (/.f64 b (*.f64 a c))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 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 #s(literal -1/3 binary64) (/.f64 b (*.f64 a c))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 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))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.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 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -9/2 (/ (* (pow a 4) c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) b) |
(* (pow a 4) (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* (pow a 4) (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* (pow a 4) (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* (pow a 4) (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) b) a) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* (pow a 4) (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) a)))) |
(* (pow a 4) (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) a))))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a)))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a)))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a)))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) b)) a)))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a)))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a)) (*.f64 #s(literal 3 binary64) b)) a)))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3 (* (pow a 3) b)) (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ b (sqrt -3)))) (* 3 (pow a 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 a a)))))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))))) (* 3 (pow a 3))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 a a)))))) |
(* -9/2 (/ (* (pow a 4) c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) b) |
(/ (+ (* -9/2 (* (pow a 4) c)) (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (*.f64 b b)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 4) c)) (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (*.f64 b b))))) b) |
(/ (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 4) c)) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 2))) (* -3/2 (/ (* (pow a 3) (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1 (* b (- (* 3 (pow a 3)) (* -3 (pow a 3))))) |
(neg.f64 (*.f64 b (*.f64 (*.f64 a (*.f64 a a)) #s(literal 6 binary64)))) |
(* -1 (* b (- (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3))) (* -3 (pow a 3))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 6 binary64)))) |
(* -1 (* b (- (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))) (* -3 (pow a 3))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (-.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 a a)))))) |
(* -1 (* b (- (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))) (* -3 (pow a 3))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (+.f64 (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a))))) |
(* -9/2 (/ (* (pow a 4) c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) b) |
(* c (+ (* -9/2 (/ (pow a 4) b)) (* -27/8 (/ (* (pow a 5) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (pow.f64 a #s(literal 4 binary64))) b) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -81/16 (/ (* (pow a 6) c) (pow b 5))) (* -27/8 (/ (pow a 5) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (pow.f64 a #s(literal 4 binary64))) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -27/8 (/ (pow a 5) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 6) (pow b 5))) (* -3/2 (/ (* (pow a 3) (* 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 -9/2 binary64) (pow.f64 a #s(literal 4 binary64))) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (pow.f64 a #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) c) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -3 (/ (* (pow a 3) b) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) b) c)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))) (* 3 (/ (* (pow a 3) b) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) b) c))))) |
(* c (- (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) (* 3 (/ (* (pow a 3) b) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) b) c)))))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ (* (pow a 3) b) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ (pow a 5) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (pow a 3) b))) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)))) c) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* (pow a 5) c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (* (pow a 3) b))) c)) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b))) c)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* a b) |
(*.f64 a b) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(+ (* -6 (* a (* (pow b 2) c))) (* 9 (* (pow a 2) (pow c 2)))) |
(+.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)))) |
(+ (* 9 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -6 (* a c)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a c)) (*.f64 b b)))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow b 4) (+ 1 (* -6 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow b 4) (+ 1 (+ (* -6 (/ (* a c) (pow b 2))) (* 9 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -6 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (*.f64 (*.f64 b b) c)) (pow.f64 b #s(literal 4 binary64))) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) c)))) (pow.f64 b #s(literal 4 binary64))) |
(+ (* c (+ (* -6 (* a (pow b 2))) (* 9 (* (pow a 2) c)))) (pow b 4)) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) c)))) (pow.f64 b #s(literal 4 binary64))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c))))) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (+ (* 9 (pow a 2)) (/ (pow b 4) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow c 2) (+ (* -6 (/ (* a (pow b 2)) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 a (*.f64 b b))) c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 b b)))) c)) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) c)) (* 6 (* a (pow b 2)))) c)) (* 9 (pow a 2)))) |
(*.f64 (*.f64 c c) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 #s(literal 6 binary64) (*.f64 a (*.f64 b b)))) c)) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(+ (* -6 (* a (* (pow b 2) c))) (pow b 4)) |
(+.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (*.f64 (*.f64 b b) c)) (pow.f64 b #s(literal 4 binary64))) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(+.f64 (*.f64 a (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))) |
(+ (* a (+ (* -6 (* (pow b 2) c)) (* 9 (* a (pow c 2))))) (pow b 4)) |
(+.f64 (*.f64 a (+.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a))))) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (+ (* 9 (pow c 2)) (/ (pow b 4) (pow a 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a))))) |
(* 9 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (+ (* -6 (/ (* (pow b 2) c) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (*.f64 b b) c)) a) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 b b) c))) a)) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1 (/ (pow b 4) a)) (* 6 (* (pow b 2) c))) a)) (* 9 (pow c 2)))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 b b) c))) a)) (*.f64 #s(literal 9 binary64) (*.f64 c c)))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(* (pow b 2) (+ (* -3 (* a c)) (* 2 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 4) (+ 2 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* c (+ (* -3 (* a (pow b 2))) (* 2 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 b b))))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 b b))))) |
(* -1 (* c (+ (* -2 (/ (pow b 4) c)) (* 3 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 b b))))) |
(* 2 (pow b 4)) |
(*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -3 (* a (* (pow b 2) c))) (* 2 (pow b 4))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* a (+ (* -3 (* (pow b 2) c)) (* 2 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 b b) c)) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* -3 (* a (* (pow b 2) c))) |
(*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (*.f64 b b) c)) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 b b) c)))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 b b) c)))) |
(* -1 (* a (+ (* -2 (/ (pow b 4) a)) (* 3 (* (pow b 2) c))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 b b) c)))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 c c))) |
(* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)))) |
(* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)))) |
(* (pow b 2) (+ (* -9 (* a (* (pow b 2) c))) (* 27 (* (pow a 2) (pow c 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)))) |
(* -9 (* a (* (pow b 4) c))) |
(*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) |
(* -9 (* a (* (pow b 4) c))) |
(*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) |
(* (pow b 4) (+ (* -9 (* a c)) (* 27 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) |
(* -9 (* a (* (pow b 4) c))) |
(*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) |
(* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) (*.f64 (*.f64 #s(literal 27 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c))))) |
(* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) (*.f64 (*.f64 #s(literal 27 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c))))) |
(* a (+ (* -9 (* (pow b 4) c)) (* 27 (* a (* (pow b 2) (pow c 2)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) (*.f64 (*.f64 #s(literal 27 binary64) a) (*.f64 (*.f64 b b) (*.f64 c c))))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 c c))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) a) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) a) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) a) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 c c))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) a) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) a) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* (pow a 2) (+ (* -9 (/ (* (pow b 4) c) a)) (* 27 (* (pow b 2) (pow c 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (pow.f64 b #s(literal 4 binary64))) c) a) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* -9 (* a (* (pow b 4) c))) |
(*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 (pow.f64 b #s(literal 4 binary64)) c))) |
(* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) c)))) |
(* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) c)))) |
(* c (+ (* -9 (* a (pow b 4))) (* 27 (* (pow a 2) (* (pow b 2) c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) c)))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 c c))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) c) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) c) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) c) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* 27 (* (pow a 2) (* (pow b 2) (pow c 2)))) |
(*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 c c))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) c) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) c) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -9 (/ (* a (pow b 4)) c)) (* 27 (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) c) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 9 (pow a 4)) |
(*.f64 #s(literal 9 binary64) (pow.f64 a #s(literal 4 binary64))) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* (pow a 3) (+ (* -9/2 (/ (* a c) b)) (* 3 b))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a c)) b) (*.f64 #s(literal 3 binary64) b))) |
(* (pow a 3) (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))) |
(* (pow a 3) (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* (pow a 4) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* (pow a 4) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* (pow a 4) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3/8 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 3/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 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) |
(* (pow a 4) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3/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))))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ (pow a 5) c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ a (pow c 5))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))))))) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a))))) |
(* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (+.f64 (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a)))))) |
(* b (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))))) |
(*.f64 b (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (+.f64 (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a))))))) |
(* -3 (* (pow a 3) b)) |
(*.f64 #s(literal -3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(* -1 (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (* 3 (pow a 3))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* b (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3)))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (+.f64 (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a)))))) |
(* -1 (* b (+ (* -81/16 (/ (* (pow a 6) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 4) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 5) (pow c 2)) (pow b 4))) (* 3 (pow a 3))))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) (*.f64 b b)) (+.f64 (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 a (*.f64 a a))))))) |
(* 3 (* (pow a 3) b)) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) |
(+ (* -9/2 (/ (* (pow a 4) c) b)) (* 3 (* (pow a 3) b))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) c)) b) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b))) |
(+ (* 3 (* (pow a 3) b)) (* c (+ (* -9/2 (/ (pow a 4) b)) (* -27/8 (/ (* (pow a 5) c) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (pow.f64 a #s(literal 4 binary64))) b) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) (*.f64 b (*.f64 b b)))))) |
(+ (* 3 (* (pow a 3) b)) (* c (+ (* -9/2 (/ (pow a 4) b)) (* c (+ (* -81/16 (/ (* (pow a 6) c) (pow b 5))) (* -27/8 (/ (pow a 5) (pow b 3)))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (*.f64 a a)) b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (pow.f64 a #s(literal 4 binary64))) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (pow.f64 a #s(literal 6 binary64)) c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 b (*.f64 b b)))))))) |
(* 3 (* (sqrt (* (pow a 7) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ a (pow c 7))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 7 binary64)))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -3 (* (sqrt (* (pow a 7) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.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)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ (pow a 3) (pow c 5))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ a (pow c 7))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 5) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 7) c)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.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)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 7 binary64)))) (/.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 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 7 binary64)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))))) |
Compiled 105740 to 5702 computations (94.6% saved)
74 alts after pruning (67 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1613 | 18 | 1631 |
| Fresh | 15 | 49 | 64 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 5 | 5 |
| Total | 1631 | 74 | 1705 |
| Status | Accuracy | Program |
|---|---|---|
| 32.4% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 29.3% | (/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 32.2% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 31.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 98.6% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) b)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 98.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 98.8% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 81.2% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.1% | (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) | |
| 81.4% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 32.4% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 31.4% | (/.f64 (/.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))) a) | |
| 81.4% | (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) | |
| 98.8% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) | |
| 31.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 31.9% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.5% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 30.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 31.2% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 30.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 31.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 30.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 32.3% | (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 31.4% | (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) | |
| 30.3% | (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) | |
| 94.9% | (/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) | |
| 94.9% | (/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) | |
| 31.0% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) | |
| 31.2% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| ✓ | 31.3% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) |
| 31.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) | |
| 31.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 92.1% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) | |
| 98.8% | (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) | |
| 30.9% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) | |
| 31.4% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) | |
| 32.4% | (/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 32.4% | (/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) | |
| 91.8% | (/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 81.4% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 81.7% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 31.4% | (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) | |
| 92.1% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) | |
| 95.2% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) | |
| ✓ | 81.5% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
| 31.4% | (/.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))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)))) | |
| 31.0% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))))) | |
| ✓ | 31.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
| ✓ | 31.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
| 81.4% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) | |
| 30.9% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) | |
| 30.8% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) | |
| 91.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) | |
| 81.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) | |
| 92.2% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) | |
| 95.2% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) | |
| 81.4% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) | |
| 92.1% | (/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) | |
| 31.4% | (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))))) | |
| 92.1% | (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 31.2% | (-.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)))) | |
| 95.3% | (-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| ✓ | 96.9% | (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| 96.8% | (+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) | |
| 81.3% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) | |
| 31.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) | |
| ✓ | 81.5% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 32.4% | (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 31.4% | (*.f64 (*.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 binary64) a)) | |
| 91.9% | (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 81.3% | (*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
Compiled 8283 to 2238 computations (73% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #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)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #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 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.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))) a) |
(-.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.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))))) (*.f64 a #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 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.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))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(+.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)))))) |
(/.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 -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) b)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 b a))))) |
(/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))))) |
(*.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 -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) 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 -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.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 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 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 #s(literal 3 binary64) (/.f64 (/.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))))) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (-.f64 (*.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))))) (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(*.f64 (-.f64 (*.f64 (/.f64 (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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 27 binary64) (*.f64 c (*.f64 c c))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal 9 binary64)) a))) a)))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.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 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b))))))) (/.f64 #s(literal -1/2 binary64) 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 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) 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 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) 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 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))))))))) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal -6 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))) (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (*.f64 c c) a)) #s(literal 27 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 a a))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -6 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 b b) c)) #s(literal 27 binary64))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (+.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) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)))) (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)))) (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) a)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c))))) |
(/.f64 (/.f64 (-.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 (+.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 (*.f64 b b) (+.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 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 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
5 calls:
| 57.0ms | a |
| 49.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)) |
| 49.0ms | (*.f64 #s(literal 3 binary64) a) |
| 41.0ms | b |
| 40.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.8% | 1 | a |
| 98.8% | 1 | b |
| 98.8% | 1 | c |
| 98.8% | 1 | (/.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)) |
| 98.8% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #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)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #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 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.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))) a) |
(-.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.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))))) (*.f64 a #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 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.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))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(+.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)))))) |
(/.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 -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
5 calls:
| 73.0ms | c |
| 34.0ms | b |
| 31.0ms | a |
| 30.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)) |
| 29.0ms | (*.f64 #s(literal 3 binary64) a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.8% | 1 | a |
| 98.8% | 1 | b |
| 98.8% | 1 | c |
| 98.8% | 1 | (/.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)) |
| 98.8% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #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)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #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 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.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))) a) |
(-.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.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))))) (*.f64 a #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 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.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))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(+.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)))))) |
(/.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 -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
5 calls:
| 61.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)) |
| 51.0ms | a |
| 43.0ms | b |
| 37.0ms | (*.f64 #s(literal 3 binary64) a) |
| 35.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 1 | a |
| 98.7% | 1 | b |
| 98.7% | 1 | c |
| 98.7% | 1 | (/.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)) |
| 98.7% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #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)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #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 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.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))) a) |
(-.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.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))))) (*.f64 a #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 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.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))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(+.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)))))) |
(/.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 -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(+.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 405/64 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) c) c)) (*.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
| Outputs |
|---|
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
5 calls:
| 62.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)) |
| 46.0ms | a |
| 31.0ms | c |
| 28.0ms | (*.f64 #s(literal 3 binary64) a) |
| 28.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.9% | 1 | a |
| 96.9% | 1 | b |
| 96.9% | 1 | c |
| 96.9% | 1 | (/.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)) |
| 96.9% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b b)) (/.f64 a b)) #s(literal -3/8 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b)))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 #s(literal -9/16 binary64) (*.f64 b b))) (*.f64 (*.f64 c c) #s(literal -3/8 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) c) (*.f64 b (*.f64 b b)))))))) (+.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))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #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)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 #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 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.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))) a) |
(-.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.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))))) (*.f64 a #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 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 b a)) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) b)) (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (/.f64 a (*.f64 a a))) (*.f64 b (/.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (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))) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.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))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
(+.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)))))) |
(/.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 -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a (*.f64 #s(literal 1 binary64) b)))) a) (*.f64 a (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a b))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.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 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 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 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) (*.f64 a (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.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 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.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))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
5 calls:
| 49.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)) |
| 47.0ms | b |
| 31.0ms | (*.f64 #s(literal 3 binary64) a) |
| 29.0ms | c |
| 27.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.3% | 1 | c |
| 95.3% | 1 | a |
| 95.3% | 1 | b |
| 95.3% | 1 | (/.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)) |
| 95.3% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
3 calls:
| 8.0ms | c |
| 8.0ms | b |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.2% | 1 | a |
| 95.2% | 1 | b |
| 95.2% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.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))))) |
(*.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))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) 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) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) c)) b) |
(+.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)))) |
(-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 c (/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
3 calls:
| 24.0ms | a |
| 8.0ms | b |
| 8.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.2% | 1 | a |
| 92.2% | 1 | c |
| 92.2% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2 binary64)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(*.f64 #s(literal 1/18 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
3 calls:
| 4.0ms | c |
| 4.0ms | b |
| 4.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.7% | 1 | a |
| 81.7% | 1 | c |
| 81.7% | 1 | b |
Compiled 12 to 9 computations (25% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
3 calls:
| 24.0ms | c |
| 1.0ms | a |
| 1.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.5% | 1 | c |
| 81.5% | 1 | b |
| 81.5% | 1 | a |
Compiled 12 to 9 computations (25% saved)
| 1× | egg-herbie |
| 136× | *-commutative_binary64 |
| 58× | +-commutative_binary64 |
| 14× | sub-neg_binary64 |
| 10× | neg-sub0_binary64 |
| 10× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 136 | 402 |
| 1 | 228 | 402 |
| 2 | 237 | 402 |
| 3 | 249 | 402 |
| 4 | 258 | 402 |
| 5 | 264 | 402 |
| 6 | 266 | 402 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) a) (*.f64 (*.f64 b b) c)) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 a a)) (*.f64 c c))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 a a) #s(literal 27 binary64)))))) (*.f64 (+.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c)) c) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -3 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) c))) (*.f64 (*.f64 b b) (*.f64 #s(literal -9 binary64) (*.f64 a c)))))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c)))))) (+.f64 (*.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 (*.f64 b b) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal 2 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (*.f64 #s(literal -9 binary64) (*.f64 a c))) (*.f64 #s(literal 27 binary64) (*.f64 (*.f64 a a) (*.f64 c c)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 a c)) (*.f64 (*.f64 b b) #s(literal 3 binary64))))))) (*.f64 a #s(literal 3 binary64))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (*.f64 a (/.f64 (*.f64 (*.f64 c c) (+.f64 #s(literal -3/8 binary64) (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64))) (/.f64 #s(literal 3/2 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 3/2 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (/.f64 (*.f64 a #s(literal 3/2 binary64)) b))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
| 7060× | *-lowering-*.f32 |
| 7060× | *-lowering-*.f64 |
| 6746× | *-lowering-*.f32 |
| 6746× | *-lowering-*.f64 |
| 6662× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2670 | 29597 |
| 0 | 8087 | 29597 |
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7259 | 3175 |
| 0 | 8106 | 3175 |
| 0 | 2563 | 31518 |
| 0 | 8496 | 31518 |
| 0 | 12 | 16 |
| 1 | 31 | 15 |
| 2 | 70 | 14 |
| 3 | 169 | 14 |
| 4 | 293 | 14 |
| 5 | 522 | 14 |
| 6 | 1036 | 14 |
| 7 | 2219 | 14 |
| 8 | 5237 | 14 |
| 9 | 7777 | 14 |
| 0 | 8193 | 14 |
| 0 | 13 | 48 |
| 1 | 63 | 44 |
| 2 | 545 | 44 |
| 3 | 7665 | 44 |
| 0 | 8163 | 44 |
| 0 | 70 | 447 |
| 1 | 434 | 416 |
| 2 | 4534 | 416 |
| 0 | 8072 | 416 |
| 0 | 1501 | 15722 |
| 1 | 5343 | 14850 |
| 0 | 8529 | 14850 |
| 0 | 70 | 514 |
| 1 | 476 | 462 |
| 2 | 4803 | 460 |
| 0 | 8003 | 460 |
| 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 916 to 437 computations (52.3% saved)
Compiled 850 to 292 computations (65.6% saved)
Loading profile data...