
Time bar (total: 17.9s)
| 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 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 7 |
| 2.3% | 0% | 0% | 100% | 0% | 0% | 0% | 8 |
| 11.3% | 0% | 0% | 100% | 0% | 0% | 0% | 9 |
| 21.1% | 0% | 0% | 100% | 0% | 0% | 0% | 10 |
| 28% | 0% | 0% | 100% | 0% | 0% | 0% | 11 |
| 40.1% | 0% | 0% | 100% | 0% | 0% | 0% | 12 |
Compiled 43 to 25 computations (41.9% saved)
ival-<: 395.0ms (62.4% of total)...c/correct-round.rkt:119:19: 106.0ms (16.8% of total)ival-mult: 40.0ms (6.3% of total)ival-neg: 32.0ms (5.1% of total)ival-sqrt: 15.0ms (2.4% of total)ival-div: 13.0ms (2.1% of total)ival-add: 10.0ms (1.6% of total)ival-sub: 10.0ms (1.6% of total)ival-and: 9.0ms (1.4% of total)const: 1.0ms (0.2% of total)backward-pass: 1.0ms (0.2% of total)| 1.6s | 4099× | 1 | valid |
| 824.0ms | 4157× | 0 | valid |
| 331.0ms | 1382× | 0 | invalid |
...c/correct-round.rkt:119:19: 480.0ms (23% of total)ival-mult: 420.0ms (20.1% of total)ival-<: 289.0ms (13.9% of total)ival-neg: 222.0ms (10.6% of total)ival-sqrt: 160.0ms (7.7% of total)ival-div: 152.0ms (7.3% of total)backward-pass: 120.0ms (5.8% of total)ival-add: 107.0ms (5.1% of total)ival-sub: 81.0ms (3.9% of total)ival-and: 46.0ms (2.2% of total)const: 8.0ms (0.4% 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 |
|---|---|---|---|---|---|
| 233 | 2 | (3.5302190936749317e-5 0.0006895552584581353 2.3624867316848643e-5) | 2 | (3.4466885912961254e-8 1.6967864181986427e-5 8.91547125819305e-5) | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| 1 | 0 | - | 1 | (0.036550672825581006 63.798422448118586 36289.188925214345) | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) a) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | (/.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 |
| 81.0ms | 258× | 1 | valid |
| 42.0ms | 254× | 0 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 17.0ms (35% of total)ival-div: 6.0ms (12.4% of total)ival-sqrt: 6.0ms (12.4% of total)backward-pass: 5.0ms (10.3% of total)ival-neg: 5.0ms (10.3% of total)ival-add: 4.0ms (8.2% of total)ival-sub: 4.0ms (8.2% of total)const: 1.0ms (2.1% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 55.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.6% | (+.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 | 55.6% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| 65.0ms | 129× | 1 | valid |
| 23.0ms | 127× | 0 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 11.0ms (34.6% of total)ival-div: 7.0ms (22% of total)ival-add: 5.0ms (15.7% of total)ival-sqrt: 3.0ms (9.4% of total)backward-pass: 3.0ms (9.4% of total)ival-sub: 2.0ms (6.3% of total)const: 1.0ms (3.1% 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 | 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 | b | @ | 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)
89 alts after pruning (88 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 477 | 88 | 565 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 477 | 89 | 566 |
| Status | Accuracy | Program |
|---|---|---|
| 55.2% | (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)))) | |
| 54.9% | (/.f64 (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 3 binary64) a)) | |
| ▶ | 56.8% | (/.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))))))))) |
| 56.3% | (/.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 (+.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 #s(literal 3 binary64) a)) | |
| 56.4% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 56.0% | (/.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)) | |
| 56.4% | (/.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 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 #s(literal 3 binary64) a)) | |
| 57.0% | (/.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)) | |
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 88.6% | (/.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)) | |
| 54.7% | (/.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))) | |
| 82.4% | (/.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)) | |
| ▶ | 57.1% | (/.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)) |
| 57.0% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 57.1% | (/.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))))))) | |
| 55.4% | (/.f64 (/.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 3 binary64) a)) | |
| 55.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)))))))) | |
| 55.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))) | |
| 55.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))) | |
| 57.0% | (/.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))))))) | |
| 56.3% | (/.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 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 #s(literal 3 binary64) a)) | |
| 56.1% | (/.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)) | |
| 56.3% | (/.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)))))))) | |
| 36.7% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 43.7% | (/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) | |
| 56.0% | (/.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)))))))))) | |
| 54.5% | (/.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))) | |
| 54.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 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 54.1% | (/.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)) | |
| 54.4% | (/.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))) | |
| 54.5% | (/.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)))) | |
| 54.3% | (/.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)) | |
| 56.7% | (/.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))))))) | |
| 57.0% | (/.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))))) | |
| 54.7% | (/.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))) | |
| 54.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)) | |
| 54.2% | (/.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))) | |
| 54.8% | (/.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)))) | |
| 54.7% | (/.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))) | |
| 54.5% | (/.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)) | |
| 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ▶ | 55.2% | (/.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)) |
| 55.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 54.2% | (/.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))) | |
| 88.9% | (/.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) | |
| 54.7% | (/.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))) | |
| 82.7% | (/.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) | |
| 57.1% | (/.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)))))))) | |
| 57.1% | (/.f64 (*.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)))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 56.8% | (/.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)))))))))) | |
| 57.1% | (/.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)))))))) | |
| 57.1% | (/.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))))))) | |
| 82.6% | (/.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)) | |
| 88.7% | (/.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)) | |
| 91.9% | (/.f64 (*.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))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 64.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 82.4% | (/.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)) | |
| 88.5% | (/.f64 (*.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)))))) (*.f64 #s(literal 3 binary64) a)) | |
| 91.7% | (/.f64 (*.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))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 56.0% | (/.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))))))) | |
| 56.3% | (/.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)))))) | |
| 55.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)))))))) | |
| 54.7% | (/.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)))) | |
| 55.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))) | |
| 55.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))) | |
| 55.7% | (-.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)))) | |
| 56.1% | (-.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))))))))) | |
| 55.7% | (-.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))))))))))) | |
| 54.7% | (-.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)))) | |
| 54.4% | (+.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))))) | |
| 82.7% | (+.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)))) | |
| ▶ | 92.2% | (+.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)))))) |
| 89.0% | (+.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)))))) | |
| 53.8% | (+.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))) | |
| 55.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 55.4% | (*.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)) | |
| 57.1% | (*.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)))))))) | |
| 55.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)) | |
| 56.3% | (*.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))))))))) | |
| 56.0% | (*.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))))))))))) | |
| 57.1% | (*.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)))))))) | |
| 11.5% | (*.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)) | |
| 82.6% | (*.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))))) | |
| 88.8% | (*.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))) | |
| 92.0% | (*.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 7711 to 3385 computations (56.1% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.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))) |
| ✓ | cost-diff | 0 | (/.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))) |
| ✓ | cost-diff | 128 | (+.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)))))))) |
| ✓ | cost-diff | 128 | (/.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))))))))) |
| ✓ | cost-diff | 0 | (*.f64 b b) |
| ✓ | cost-diff | 512 | (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
| ✓ | cost-diff | 512 | (/.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))))))) |
| ✓ | cost-diff | 896 | (/.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)) |
| ✓ | cost-diff | 128 | (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
| ✓ | cost-diff | 128 | (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
| ✓ | cost-diff | 128 | (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) |
| ✓ | cost-diff | 128 | (/.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)) |
| ✓ | 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)))))) |
| 4864× | *-lowering-*.f32 |
| 4864× | *-lowering-*.f64 |
| 2122× | fma-lowering-fma.f32 |
| 2122× | fma-lowering-fma.f64 |
| 1632× | +-lowering-+.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 60 | 659 |
| 1 | 174 | 630 |
| 2 | 545 | 596 |
| 3 | 1609 | 575 |
| 4 | 4596 | 555 |
| 5 | 7665 | 555 |
| 0 | 8188 | 555 |
| 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 |
(/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
(- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) |
(sqrt (* c (+ (* a -3) (/ (* b b) c)))) |
(* c (+ (* a -3) (/ (* b b) c))) |
c |
(+ (* a -3) (/ (* b b) c)) |
(* a -3) |
a |
-3 |
(/ (* b b) c) |
(* b b) |
b |
(* 3 a) |
3 |
(/ (/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(+ (* b b) (- (* c (* a -3)) (* b b))) |
(* b b) |
b |
(- (* c (* a -3)) (* b b)) |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* 3 a) |
3 |
(/ (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) (+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))))) |
(/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) |
(- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) |
(pow (+ (* b b) (* c (* a -3))) 3/2) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
3/2 |
(* b (* b b)) |
(* a 3) |
3 |
(+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3))))))) |
(* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(sqrt (+ (* b b) (* c (* 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 a (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64)))))) (*.f64 (/.f64 c b) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a (/.f64 (/.f64 c b) b)) #s(literal -3/8 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 |
(* 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 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 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 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 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 c (*.f64 c #s(literal -3/8 binary64))) (*.f64 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 (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 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 (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c #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 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 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 |
(/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(sqrt (* c (+ (* a -3) (/ (* b b) c)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(* c (+ (* a -3) (/ (* b b) c))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
c |
(+ (* a -3) (/ (* b b) c)) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(/ (* b b) c) |
(/.f64 (*.f64 b b) c) |
(* b b) |
(*.f64 b b) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+ (* b b) (- (* c (* a -3)) (* b b))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* b b) |
(*.f64 b b) |
b |
(- (* c (* a -3)) (* b b)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(* c (* a -3)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) (+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) b))))))) |
(/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) |
(- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) |
(-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) |
(pow (+ (* b b) (* c (* a -3))) 3/2) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
3/2 |
#s(literal 3/2 binary64) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3))))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 2 binary64) b)))) |
(* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (/.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))))))))) |
| ✓ | accuracy | 99.4% | (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) |
| ✓ | accuracy | 99.4% | (/.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))) |
| ✓ | accuracy | 57.7% | (-.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))) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.5% | (/.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))))))) |
| ✓ | accuracy | 99.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)) |
| ✓ | accuracy | 56.8% | (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
| ✓ | accuracy | 99.6% | (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) |
| ✓ | accuracy | 99.5% | (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
| ✓ | accuracy | 99.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)) |
| ✓ | accuracy | 55.6% | (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) 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 #s(literal -1/6 binary64) a) |
| ✓ | 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))) |
| 225.0ms | 129× | 1 | valid |
| 167.0ms | 127× | 0 | valid |
Compiled 725 to 61 computations (91.6% saved)
ival-mult: 60.0ms (31.3% of total)ival-pow: 42.0ms (21.9% of total)ival-div: 38.0ms (19.8% of total)ival-add: 16.0ms (8.4% of total)backward-pass: 15.0ms (7.8% of total)...c/correct-round.rkt:119:19: 7.0ms (3.7% of total)ival-sub: 6.0ms (3.1% of total)ival-sqrt: 6.0ms (3.1% of total)const: 2.0ms (1% 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 (/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a))> |
#<alt (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b)> |
#<alt (sqrt (* c (+ (* a -3) (/ (* b b) c))))> |
#<alt (* c (+ (* a -3) (/ (* b b) c)))> |
#<alt (/ (/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a))> |
#<alt (/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3))))))> |
#<alt (+ (* b b) (- (* c (* a -3)) (* b b)))> |
#<alt (* b b)> |
#<alt (/ (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) (+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3))))))))> |
#<alt (+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))))> |
#<alt (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3))> |
#<alt (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b)))> |
#<alt (/ (* (pow c 4) 405/64) (pow b 6))> |
#<alt (/ (* (* -9/16 c) (* c c)) (pow b 5))> |
#<alt (* -1/6 a)> |
#<alt (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6)))> |
#<alt (+ (* a -3) (/ (* b b) c))> |
#<alt (* c (* a -3))> |
#<alt (pow (+ (* b b) (* c (* a -3))) 3/2)> |
| 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/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 -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 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 (* -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 (* -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 -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<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 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 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 -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))))> |
#<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 (* (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 (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)) (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 (* -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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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) (* -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 (/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b))))> |
#<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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) 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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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/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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7))))))))))))> |
#<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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -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)))))> |
#<alt (+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))))> |
#<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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<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 (* -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 (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (* -1/9 (* (sqrt (/ c a)) (sqrt -27)))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* -1/27 (/ (* b (* (sqrt -27) (sqrt -3))) a)))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* b (+ (* -1/27 (/ (* (sqrt -27) (sqrt -3)) a)) (* 1/3 (* b (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27))))))))))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* b (+ (* -1/27 (/ (* (sqrt -27) (sqrt -3)) a)) (* b (+ (* 1/3 (* b (- (* 1/3 (/ 1 (* (pow a 2) c))) (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27)))))))) (+ (* 1/18 (/ (sqrt -27) (* (pow a 2) (* c (sqrt -3))))) (* 2/27 (/ (* (sqrt -27) (sqrt -3)) (* (pow a 2) c)))))))) (* 1/3 (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27)))))))))))> |
#<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)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))) (pow b 2)))) b)> |
#<alt (/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))) (pow b 2))))) b)> |
#<alt (/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -1/6 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) a)) (+ (* -3/8 (* (pow a 2) (* (pow c 2) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a)))))) (+ (* -3/32 (* (pow a 2) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a)))))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))) (pow b 2)))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* 9/8 (* (pow a 2) (* (pow c 2) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (+ (* 27/8 (* (pow a 2) (pow c 3))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/3 (* c (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* c (+ (* 1/3 (* c (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2))))))) (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* c (+ (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (* c (+ (* 1/3 (* c (- (* -1/2 (/ (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/8 (/ (* (pow a 2) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (* (pow b 2) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -27/32 (/ (* (pow a 2) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 7) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))) (* 1/3 (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2))))))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))> |
#<alt (* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))))> |
#<alt (* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) (pow c 2))))))> |
#<alt (* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -1 (/ (* (pow b 5) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))))) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (pow c 3))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) (pow c 2)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) (* 2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -2/3 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))) c))) c)) (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -1 (/ (* (pow b 5) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) c)) (* 1/3 (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))))) c)) (* -2/3 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) c)) (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))))> |
#<alt (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/3 (* a (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* a (+ (* 1/3 (* a (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2))))))) (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* a (+ (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (* a (+ (* 1/3 (* a (- (* -1/2 (/ (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/8 (/ (* (pow c 2) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (* (pow b 2) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -27/32 (/ (* (pow c 3) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 7) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))) (* 1/3 (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))))))> |
#<alt (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))> |
#<alt (+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))))> |
#<alt (+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 2)))))> |
#<alt (+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -1 (/ (* (pow b 5) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))))) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 3))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 2))))))> |
#<alt (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (+ (* -1 (/ (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) a)) (* 2/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) a)) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -1 (/ (* (pow b 5) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) a))) a)) (* 2/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) a)) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (* (sqrt (* a c)) (* b (sqrt -3))))> |
#<alt (+ (* -3 (* a c)) (* b (+ (* 2 b) (* (sqrt (* a c)) (sqrt -3)))))> |
#<alt (+ (* -3 (* a c)) (* b (+ (* b (+ 2 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* (sqrt (* a c)) (sqrt -3)))))> |
#<alt (* 3 (pow b 2))> |
#<alt (* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow b 2))) (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow 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 (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (* 3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))))))> |
#<alt (* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))))))> |
#<alt (+ (* 2 (pow b 2)) (pow b 2))> |
#<alt (+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (* -3/2 a))) (pow b 2)))> |
#<alt (+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))) (pow b 2)))> |
#<alt (+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (+ (* -3/2 a) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 4))) (* -9/8 (/ (pow a 2) (pow b 2)))))))) (pow b 2)))> |
#<alt (* c (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))> |
#<alt (* c (+ (* -3 a) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3))))))> |
#<alt (* c (+ (* -3 a) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3)))))))> |
#<alt (* c (+ (* -3 a) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3))))))))> |
#<alt (* -1 (* c (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -2 (/ (pow b 2) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (sqrt 3)))) (* 2 (pow b 2))) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt 3))))) c)) (* 2 (pow b 2))) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (+ (* 2 (pow b 2)) (pow b 2))> |
#<alt (+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (* -3/2 c))) (pow b 2)))> |
#<alt (+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))) (pow b 2)))> |
#<alt (+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (+ (* -3/2 c) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 4))) (* -9/8 (/ (pow c 2) (pow b 2)))))))) (pow b 2)))> |
#<alt (* a (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))> |
#<alt (* a (+ (* -3 c) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3))))))> |
#<alt (* a (+ (* -3 c) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3)))))))> |
#<alt (* a (+ (* -3 c) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 5) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3))))))))> |
#<alt (* -1 (* a (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -2 (/ (pow b 2) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (sqrt 3)))) (* 2 (pow b 2))) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt 3))))) a)) (* 2 (pow b 2))) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27)))> |
#<alt (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))))> |
#<alt (+ (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) (* (pow b 2) (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))))))> |
#<alt (+ (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) (* (pow b 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* b (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/3 (/ 1 a)))))))> |
#<alt (* 1/6 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) a))> |
#<alt (* b (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2))))))> |
#<alt (* b (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 4)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2)))))))> |
#<alt (* b (+ (* -1/6 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) (* a (pow b 6)))) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 4)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2))))))))> |
#<alt (* -2/3 (/ (pow b 3) a))> |
#<alt (* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 4)))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 6)))) (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 4)))) (* 2/3 (/ 1 a)))))))> |
#<alt (* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (pow b 3))))> |
#<alt (* c (+ (* 1/6 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))) (* c (+ (* 1/6 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (pow b 3))))))))> |
#<alt (* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))) (* c (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (pow b 3)))) (* c (+ (* -1/6 (/ (* c (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (pow b 3))))))))))> |
#<alt (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27)))> |
#<alt (* (pow c 2) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2)))))> |
#<alt (* (pow c 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2))))))> |
#<alt (* (pow c 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2)))))))> |
#<alt (* 1/3 (* (sqrt (* a (pow c 3))) (* (sqrt -1) (sqrt 27))))> |
#<alt (* (pow c 2) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2)))))> |
#<alt (* (pow c 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2))))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/6 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2))))))> |
#<alt (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3)))> |
#<alt (+ (* 1/6 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/6 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/6 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))))))> |
#<alt (+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/6 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))) (* a (+ (* -1/6 (/ (* a (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/6 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (pow b 3))))))))> |
#<alt (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27)))> |
#<alt (* a (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2)))))> |
#<alt (* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2))))))> |
#<alt (* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2)))))))> |
#<alt (* 1/3 (* (sqrt (* a (pow c 3))) (* (sqrt -1) (sqrt 27))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (+ (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2))) (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27))))) (pow a 3))) (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2)))))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)))> |
#<alt (+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* -1 b) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))))))> |
#<alt (+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) 1)))))> |
#<alt (* 1/2 (* b (+ (* -6 (* a c)) (* -3 (* a c)))))> |
#<alt (* b (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2)))))> |
#<alt (* b (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 4))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2))))))> |
#<alt (* b (+ (* -1/2 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) (pow b 6))) (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 4))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2)))))))> |
#<alt (* -2 (pow b 3))> |
#<alt (* -1 (* (pow b 3) (+ 2 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))))))> |
#<alt (* -1 (* (pow b 3) (+ 2 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))> |
#<alt (* -1 (* (pow b 3) (+ 2 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))))> |
#<alt (* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 3)))> |
#<alt (* c (+ (* 1/2 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3)))))> |
#<alt (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3)))))))> |
#<alt (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (pow b 3)))))))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))> |
#<alt (* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))) (/ (pow b 3) (pow c 2))))> |
#<alt (* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))) (/ (pow b 3) (pow c 2))))> |
#<alt (* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))) (/ (pow b 3) (pow c 2))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27)))> |
#<alt (* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))) (/ (pow b 3) (pow c 2))))> |
#<alt (* (pow c 2) (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow c 2))))> |
#<alt (* (pow c 2) (- (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow c 2))))> |
#<alt (* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 3)))> |
#<alt (* a (+ (* 1/2 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3)))))> |
#<alt (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3)))))))> |
#<alt (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (pow b 3)))))))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (/ (pow b 3) (pow a 2))))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))) (/ (pow b 3) (pow a 2))))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))) (/ (pow b 3) (pow a 2))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27)))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (/ (pow b 3) (pow a 2))))> |
#<alt (* (pow a 2) (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow a 2))))> |
#<alt (* (pow a 2) (- (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))) (pow a 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow a 2))))> |
#<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 (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<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 (/ (pow b 2) c)> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (* -3 a)> |
#<alt (* a (- (/ (pow b 2) (* a c)) 3))> |
#<alt (* a (- (/ (pow b 2) (* a c)) 3))> |
#<alt (* a (- (/ (pow b 2) (* a c)) 3))> |
#<alt (* -3 a)> |
#<alt (* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c))))))> |
#<alt (* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c))))))> |
#<alt (* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c))))))> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (/ (pow b 2) c)> |
#<alt (* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (/ (pow b 2) c)> |
#<alt (* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (+ (* -3 (* a c)) (pow b 2)) c)> |
#<alt (/ (+ (* -3 (* a c)) (pow b 2)) c)> |
#<alt (/ (+ (* -3 (* a c)) (pow b 2)) c)> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) c))> |
#<alt (+ (* -3 a) (/ (pow b 2) 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))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)))> |
#<alt (+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))))))> |
#<alt (+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (- 1 (* 1/2 (/ (* (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2)))))) (sqrt -27)))))))))> |
#<alt (pow b 3)> |
#<alt (* (pow b 3) (+ 1 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))> |
#<alt (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))> |
#<alt (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))> |
#<alt (* -1 (pow b 3))> |
#<alt (* -1 (* (pow b 3) (+ 1 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))))))> |
#<alt (* -1 (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))> |
#<alt (* -1 (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))))> |
#<alt (pow b 3)> |
#<alt (+ (* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 3))) (pow b 3))> |
#<alt (+ (* c (+ (* 1/2 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))))) (pow b 3))> |
#<alt (+ (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))))))) (pow b 3))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))> |
#<alt (* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))> |
#<alt (* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))))> |
#<alt (* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27)))> |
#<alt (* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))))> |
#<alt (* (pow c 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))))> |
#<alt (pow b 3)> |
#<alt (+ (* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 3))) (pow b 3))> |
#<alt (+ (* a (+ (* 1/2 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))))) (pow b 3))> |
#<alt (+ (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))))))) (pow b 3))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))))> |
#<alt (* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27)))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))))> |
#<alt (* (pow a 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))) (pow a 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))))> |
195 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 29.0ms | c | @ | -inf | (/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
| 16.0ms | c | @ | inf | (/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
| 11.0ms | b | @ | -inf | (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) |
| 10.0ms | a | @ | -inf | (+ (/ (* 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)))))) |
| 9.0ms | c | @ | -inf | (/ (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) (+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))))) |
| 1× | batch-egg-rewrite |
| 4644× | *-lowering-*.f32 |
| 4644× | *-lowering-*.f64 |
| 2162× | /-lowering-/.f32 |
| 2162× | /-lowering-/.f64 |
| 2120× | pow-lowering-pow.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 60 | 414 |
| 1 | 410 | 391 |
| 2 | 4363 | 391 |
| 0 | 9439 | 391 |
| 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) |
(/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
(- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) |
(sqrt (* c (+ (* a -3) (/ (* b b) c)))) |
(* c (+ (* a -3) (/ (* b b) c))) |
(/ (/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/ (+ (* b b) (- (* c (* a -3)) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(+ (* b b) (- (* c (* a -3)) (* b b))) |
(* b b) |
(/ (/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) (+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3)))))))) |
(+ (+ (* b b) (* c (* a -3))) (* b (+ b (sqrt (+ (* b b) (* c (* a -3))))))) |
(/ (- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) (* a 3)) |
(- (pow (+ (* b b) (* c (* a -3))) 3/2) (* b (* b b))) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(* -1/6 a) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(+ (* a -3) (/ (* b b) c)) |
(* c (* a -3)) |
(pow (+ (* b b) (* c (* a -3))) 3/2) |
| 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))) a (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) #s(literal 2 binary64))))) |
(/.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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))))))) |
(+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)) (*.f64 a a))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)) (*.f64 a a)) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)) (*.f64 a a)) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 3 binary64))) a) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 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 (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.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 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) (/.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) 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 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 2 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 c c) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c c) b) (*.f64 b b)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b)))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(+.f64 (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 a (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) a (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (-.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) (-.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (pow.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) #s(literal 3 binary64)) (pow.f64 b #s(literal 15 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 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)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))))) (+.f64 (*.f64 #s(literal 81/256 binary64) (pow.f64 (*.f64 c (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64))))) #s(literal 2 binary64))) (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 #s(literal 81/256 binary64) (pow.f64 (*.f64 c (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64))))) #s(literal 2 binary64))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) (-.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (pow.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) #s(literal 3 binary64)) (pow.f64 b #s(literal 15 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 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)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) a) (+.f64 (*.f64 #s(literal 81/256 binary64) (pow.f64 (*.f64 c (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64))))) #s(literal 2 binary64))) (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.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 #s(literal 81/256 binary64) (pow.f64 (*.f64 c (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64))))) #s(literal 2 binary64))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b) (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) a) (-.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b 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 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.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 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(+.f64 (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(fma.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (sqrt.f64 c) (/.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 c) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 c) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.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 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 3 binary64))) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 3 binary64))) (pow.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64))) (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64))) (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) (+.f64 (/.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) a) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) |
(+.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) |
(-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) |
(-.f64 (/.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))))) |
(-.f64 (/.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) |
(fma.f64 (sqrt.f64 c) (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))))) |
(*.f64 (-.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
(pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1/4 binary64)) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 c)) |
(*.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 c) (sqrt.f64 c)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (sqrt.f64 c)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 c (/.f64 (*.f64 b b) c))) |
(+.f64 (*.f64 c (/.f64 (*.f64 b b) c)) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (*.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 c (/.f64 (*.f64 b b) c))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 c (/.f64 (*.f64 b b) c))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 c (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 (*.f64 c (/.f64 (*.f64 b b) c)) (*.f64 c (/.f64 (*.f64 b b) c))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 c (/.f64 (*.f64 b b) c)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 c (/.f64 (*.f64 b b) c)) (*.f64 c (/.f64 (*.f64 b b) c)))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 c (/.f64 (*.f64 b b) c)))) |
(/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (*.f64 c (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b))))) (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c)))) c) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b)))) c) (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1/2 binary64)) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) c) |
(*.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) |
(*.f64 (sqrt.f64 c) (*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))))) |
(*.f64 (pow.f64 c #s(literal 1 binary64)) (pow.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 c) (sqrt.f64 c)) (*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (sqrt.f64 c)) (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) #s(literal 1 binary64)) (pow.f64 c #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1 binary64)) (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 c) (sqrt.f64 c)) #s(literal 1 binary64)) (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) (sqrt.f64 c)) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 c) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.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)))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.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 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (/.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 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 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 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (*.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 #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 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 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 a #s(literal 3 binary64)) (+.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.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 #s(literal 1 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 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.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))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.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))))))) #s(literal 3 binary64)))) |
(/.f64 (/.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 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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 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 b)))) |
(/.f64 (/.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))))))) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.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 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #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 #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 (neg.f64 (/.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))))))) #s(literal 3 binary64))) (neg.f64 a)) |
(/.f64 (*.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))))))) #s(literal 1 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/3 binary64) a)) (+.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 (*.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 (+.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))))))) a) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.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))))))) #s(literal -1 binary64)) |
(pow.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 b b)))) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.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))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.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))))))) #s(literal 3 binary64))) #s(literal -1 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 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 (*.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 1/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)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.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 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 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 #s(literal 1 binary64) a) (/.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))))))) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (/.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)))))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #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)))))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.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 (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 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.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 1 binary64) (-.f64 #s(literal 0 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 (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))))) #s(literal -1 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)))))))) |
(neg.f64 (/.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 (+.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 #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 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 (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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b 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 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 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 b b)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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 (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 -1 binary64) (neg.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 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b 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 (*.f64 b (*.f64 b b))) (*.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)))) #s(literal 1 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 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1 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 (*.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 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 #s(literal 1 binary64) (+.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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 #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 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) |
(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 b b)))) #s(literal -1 binary64)) |
(pow.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 b b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.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 #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 #s(literal 1 binary64) (/.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 #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 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 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))))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.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 (pow.f64 (/.f64 (+.f64 b (sqrt.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(*.f64 (pow.f64 (/.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 c (*.f64 a #s(literal -3 binary64))) (*.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 (-.f64 (*.f64 b b) (*.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(+.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) |
(+.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 b b))) |
(+.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 b)) (*.f64 b b))) |
(+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 (*.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 b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) |
(fma.f64 b b (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) |
(fma.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 0 binary64) (*.f64 b b))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (/.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 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 (*.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 b (*.f64 b (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 #s(literal 1 binary64) (/.f64 (+.f64 (-.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 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 (-.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 b) (*.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 (*.f64 b 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 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 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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)))))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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))))) (neg.f64 (+.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 b b)) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b 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 b (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (-.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.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 #s(literal 1 binary64) (+.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
(pow.f64 b #s(literal 2 binary64)) |
(*.f64 b b) |
(*.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.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 (*.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 (/.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.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 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)))))))))) |
(neg.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 #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))))))))))) |
(neg.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 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 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 (*.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))) (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 #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 (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 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))) (*.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.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 (*.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 #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 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 (*.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 #s(literal 1 binary64) (/.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 #s(literal 1 binary64) (/.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 (*.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 (/.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 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 (*.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 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 (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 (*.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 #s(literal -1 binary64) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.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 (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 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 #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 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 (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) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 (/.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))) #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 (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 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) (+.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 (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 #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))) (+.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))) |
(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 (*.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 (*.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))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.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)))) #s(literal -1 binary64)) |
(pow.f64 (/.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 (*.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)) #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 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/3 binary64) a) (/.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 (/.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 (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 (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 #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 (-.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 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 (/.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 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 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 (+.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 (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)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (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 #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 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (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 (-.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)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(+.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 (*.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 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.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 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 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 b)) |
(+.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(+.f64 (+.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.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 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (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)))))))))) |
(fma.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))))))))) |
(fma.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))))) |
(fma.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (+.f64 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 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 (+.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 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.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 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 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 (+.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 #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 (+.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 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.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 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 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 (+.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 (neg.f64 (+.f64 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.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 (*.f64 b 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 (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))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (pow.f64 (+.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)))))))) #s(literal 3 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.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 (*.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 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 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (+.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 (*.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 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 (-.f64 (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 (*.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)))))) |
(pow.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 (+.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 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.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 binary64)) |
(pow.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (*.f64 (+.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)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.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 b 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 (*.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 #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 a #s(literal 3 binary64))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.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 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64)))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) a) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) #s(literal 3 binary64)) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) #s(literal 3 binary64)) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) a) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) |
(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 (-.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 #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 #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 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.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 (*.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 #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 #s(literal 1 binary64) (/.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 #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))) 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 a #s(literal 3 binary64)) (+.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 (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) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.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)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.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 9/2 binary64)) (*.f64 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b 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 (*.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 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)))) #s(literal 1 binary64)) (*.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 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 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 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))) 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)) (pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 3 binary64))) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.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 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 a #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.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 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 a #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) (+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b 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 9/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/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 (*.f64 b (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b 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 (*.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 (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)) a) |
(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)) |
(pow.f64 (/.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)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #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))) a)) #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/3 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 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.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 #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 #s(literal 1/3 binary64) a) (pow.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)))) #s(literal -1 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) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/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))) a)) |
(*.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 9/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) (/.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.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 (pow.f64 (/.f64 (*.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))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.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 (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 b (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.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 (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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.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 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 (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.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 b (*.f64 b b)) (*.f64 b (*.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))))) |
(fma.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 0 binary64) (*.f64 b (*.f64 b b)))) |
(fma.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.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 (*.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 #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 (*.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.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)) (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 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b 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 (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.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 (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 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 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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.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 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.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 #s(literal 0 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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(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 (*.f64 b (*.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.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 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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.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 b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b 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 (*.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 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 (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b 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 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 c 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 c c))) #s(literal -405/64 binary64)) (-.f64 #s(literal 0 binary64) (*.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 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.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))) (*.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 (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b 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 (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(literal 405/64 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b 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 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b (*.f64 b 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)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 405/64 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 405/64 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (-.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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/.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 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) #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 #s(literal -9/16 binary64) (*.f64 c c))) (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 #s(literal -9/16 binary64) (*.f64 c c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c (/.f64 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 c (/.f64 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 c (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (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 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c c)) (*.f64 c (pow.f64 b #s(literal -5 binary64)))) |
(*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c c)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c (/.f64 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 #s(literal -9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5/2 binary64))) (/.f64 c (pow.f64 b #s(literal 5/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 5/2 binary64))) (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 c #s(literal -9/16 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 c #s(literal -9/16 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) #s(literal -9/16 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 c (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 b #s(literal 5/2 binary64)) c) #s(literal -1 binary64))) |
(*.f64 a #s(literal -1/6 binary64)) |
(*.f64 #s(literal -1/6 binary64) a) |
(/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c))))) (-.f64 #s(literal 0 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 c c))) #s(literal -405/64 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b 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 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c))))) #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 (*.f64 b 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 (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b (*.f64 b 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 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b 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 (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b))))) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b 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 (*.f64 b 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 (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal -1/6 binary64)) a) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) |
(+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64))) |
(-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) c))) |
(-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c)) |
(-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal 3 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (/.f64 (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b))) (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
(fma.f64 b (/.f64 b c) (*.f64 a #s(literal -3 binary64))) |
(fma.f64 a #s(literal -3 binary64) (/.f64 (*.f64 b b) c)) |
(fma.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3 binary64))) |
(fma.f64 #s(literal -3 binary64) a (/.f64 (*.f64 b b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b))) (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b)))) (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c))))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 (*.f64 b b) c) (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) c) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
(*.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 #s(literal 3/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 3 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 3/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.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)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 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 3/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.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)))) (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 (*.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/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/4 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 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) #s(literal 3/2 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 3/2 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/8 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/8 binary64)) #s(literal 2 binary64))) |
| 1× | egg-herbie |
| 6414× | *-lowering-*.f32 |
| 6414× | *-lowering-*.f64 |
| 4268× | +-lowering-+.f64 |
| 4268× | +-lowering-+.f32 |
| 2446× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2446 | 24346 |
| 1 | 7813 | 23015 |
| 0 | 8028 | 23015 |
| 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/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 -3) (pow (sqrt -1) 2)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 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) |
(* -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))))))) |
(* -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 -3) (pow (sqrt -1) 2)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -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 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)))))))) |
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 -3) (pow (sqrt -1) 2)))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))))) |
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)))))))) |
(* (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)))))))) |
(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)) (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))))) |
(* -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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(* -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) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b)))) |
(* -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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) 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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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/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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7)))))))))))) |
(* -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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -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))))) |
(+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))))) |
(* -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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(* -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)) |
(* -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)) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -27))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* -1/27 (/ (* b (* (sqrt -27) (sqrt -3))) a))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* b (+ (* -1/27 (/ (* (sqrt -27) (sqrt -3)) a)) (* 1/3 (* b (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27)))))))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* b (+ (* -1/27 (/ (* (sqrt -27) (sqrt -3)) a)) (* b (+ (* 1/3 (* b (- (* 1/3 (/ 1 (* (pow a 2) c))) (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27)))))))) (+ (* 1/18 (/ (sqrt -27) (* (pow a 2) (* c (sqrt -3))))) (* 2/27 (/ (* (sqrt -27) (sqrt -3)) (* (pow a 2) c)))))))) (* 1/3 (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27))))))))))) |
(* 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)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))) (pow b 2)))) b) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))) (pow b 2))))) b) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -1/6 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) a)) (+ (* -3/8 (* (pow a 2) (* (pow c 2) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a)))))) (+ (* -3/32 (* (pow a 2) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a)))))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))) (pow b 2)))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* 9/8 (* (pow a 2) (* (pow c 2) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (+ (* 27/8 (* (pow a 2) (pow c 3))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/3 (* c (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* c (+ (* 1/3 (* c (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2))))))) (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* c (+ (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (* c (+ (* 1/3 (* c (- (* -1/2 (/ (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/8 (/ (* (pow a 2) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (* (pow b 2) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -27/32 (/ (* (pow a 2) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 7) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))) (* 1/3 (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2)))))))))))) |
(* 1/3 (* (sqrt (* a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) |
(* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) |
(* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) (pow c 2)))))) |
(* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -1 (/ (* (pow b 5) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))))) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (pow c 3))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) (pow c 2))))))) |
(* -1/3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) (* 2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -2/3 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))) c))) c)) (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -1 (/ (* (pow b 5) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) c)) (* 1/3 (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))))) c)) (* -2/3 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) c)) (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) |
(* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/3 (* a (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* a (+ (* 1/3 (* a (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2))))))) (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* a (+ (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (* a (+ (* 1/3 (* a (- (* -1/2 (/ (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/8 (/ (* (pow c 2) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (* (pow b 2) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -27/32 (/ (* (pow c 3) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 7) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))) (* 1/3 (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2))))))))))) |
(* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 2))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -1 (/ (* (pow b 5) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))))) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 3))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 2)))))) |
(* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) |
(+ (* -1 (/ (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) a)) (* 2/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) a)) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -1 (/ (* (pow b 5) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) a))) a)) (* 2/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) a)) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (* (sqrt (* a c)) (* b (sqrt -3)))) |
(+ (* -3 (* a c)) (* b (+ (* 2 b) (* (sqrt (* a c)) (sqrt -3))))) |
(+ (* -3 (* a c)) (* b (+ (* b (+ 2 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* (sqrt (* a c)) (sqrt -3))))) |
(* 3 (pow b 2)) |
(* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow b 2))) (* -3/2 (/ (* a c) (pow b 2)))))) |
(* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow 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)))))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (* 3/2 (/ (* a c) (pow b 2)))))) |
(* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))))) |
(* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))))) |
(+ (* 2 (pow b 2)) (pow b 2)) |
(+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (* -3/2 a))) (pow b 2))) |
(+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))) (pow b 2))) |
(+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (+ (* -3/2 a) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 4))) (* -9/8 (/ (pow a 2) (pow b 2)))))))) (pow b 2))) |
(* c (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))) |
(* c (+ (* -3 a) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3)))))) |
(* c (+ (* -3 a) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3))))))) |
(* c (+ (* -3 a) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) |
(* -1 (* c (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -2 (/ (pow b 2) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (sqrt 3)))) (* 2 (pow b 2))) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt 3))))) c)) (* 2 (pow b 2))) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(+ (* 2 (pow b 2)) (pow b 2)) |
(+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (* -3/2 c))) (pow b 2))) |
(+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))) (pow b 2))) |
(+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (+ (* -3/2 c) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 4))) (* -9/8 (/ (pow c 2) (pow b 2)))))))) (pow b 2))) |
(* a (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))) |
(* a (+ (* -3 c) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3)))))) |
(* a (+ (* -3 c) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3))))))) |
(* a (+ (* -3 c) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 5) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) |
(* -1 (* a (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -2 (/ (pow b 2) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (sqrt 3)))) (* 2 (pow b 2))) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt 3))))) a)) (* 2 (pow b 2))) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) |
(+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27)))) |
(+ (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) (* (pow b 2) (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27))))))) |
(+ (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) (* (pow b 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* b (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/3 (/ 1 a))))))) |
(* 1/6 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) a)) |
(* b (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2)))))) |
(* b (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 4)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2))))))) |
(* b (+ (* -1/6 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) (* a (pow b 6)))) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 4)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2)))))))) |
(* -2/3 (/ (pow b 3) a)) |
(* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (* 2/3 (/ 1 a))))) |
(* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 4)))) (* 2/3 (/ 1 a)))))) |
(* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 6)))) (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 4)))) (* 2/3 (/ 1 a))))))) |
(* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (pow b 3)))) |
(* c (+ (* 1/6 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))) (* c (+ (* 1/6 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (pow b 3)))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))) (* c (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (pow b 3)))) (* c (+ (* -1/6 (/ (* c (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (pow b 3)))))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) |
(* (pow c 2) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2))))) |
(* (pow c 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2)))))) |
(* (pow c 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (* (sqrt -1) (sqrt 27)))) |
(* (pow c 2) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2))))) |
(* (pow c 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2)))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/6 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2)))))) |
(* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) |
(+ (* 1/6 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3)))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/6 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/6 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3)))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/6 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))) (* a (+ (* -1/6 (/ (* a (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/6 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (pow b 3)))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) |
(* a (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2))))) |
(* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2)))))) |
(* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (* (sqrt -1) (sqrt 27)))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2)))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (+ (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2))) (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27))))) (pow a 3))) (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* -1 b) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27))))))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) 1))))) |
(* 1/2 (* b (+ (* -6 (* a c)) (* -3 (* a c))))) |
(* b (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2))))) |
(* b (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 4))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2)))))) |
(* b (+ (* -1/2 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) (pow b 6))) (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 4))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2))))))) |
(* -2 (pow b 3)) |
(* -1 (* (pow b 3) (+ 2 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(* -1 (* (pow b 3) (+ 2 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))) |
(* -1 (* (pow b 3) (+ 2 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))) |
(* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 3))) |
(* c (+ (* 1/2 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (pow b 3))))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))) (/ (pow b 3) (pow c 2)))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))) (/ (pow b 3) (pow c 2)))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))) (/ (pow b 3) (pow c 2)))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))) (/ (pow b 3) (pow c 2)))) |
(* (pow c 2) (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow c 2)))) |
(* (pow c 2) (- (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow c 2)))) |
(* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 3))) |
(* a (+ (* 1/2 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (pow b 3))))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (/ (pow b 3) (pow a 2)))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))) (/ (pow b 3) (pow a 2)))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))) (/ (pow b 3) (pow a 2)))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (/ (pow b 3) (pow a 2)))) |
(* (pow a 2) (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow a 2)))) |
(* (pow a 2) (- (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))) (pow a 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow a 2)))) |
(* 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))) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -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))) |
(/ (pow b 2) c) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(* -3 a) |
(* a (- (/ (pow b 2) (* a c)) 3)) |
(* a (- (/ (pow b 2) (* a c)) 3)) |
(* a (- (/ (pow b 2) (* a c)) 3)) |
(* -3 a) |
(* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c)))))) |
(* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c)))))) |
(* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c)))))) |
(* -3 a) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(/ (pow b 2) c) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(/ (pow b 2) c) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(/ (pow b 2) c) |
(/ (+ (* -3 (* a c)) (pow b 2)) c) |
(/ (+ (* -3 (* a c)) (pow b 2)) c) |
(/ (+ (* -3 (* a c)) (pow b 2)) c) |
(* -3 a) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(* -3 a) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+ (* -3 a) (/ (pow b 2) 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)) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27))))))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (- 1 (* 1/2 (/ (* (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2)))))) (sqrt -27))))))))) |
(pow b 3) |
(* (pow b 3) (+ 1 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))))) |
(* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))) |
(* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))) |
(* -1 (pow b 3)) |
(* -1 (* (pow b 3) (+ 1 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(* -1 (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))) |
(* -1 (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))) |
(pow b 3) |
(+ (* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 3))) (pow b 3)) |
(+ (* c (+ (* 1/2 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))))) (pow b 3)) |
(+ (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))))))) (pow b 3)) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) |
(* (pow c 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))))) |
(pow b 3) |
(+ (* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 3))) (pow b 3)) |
(+ (* a (+ (* 1/2 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))))) (pow b 3)) |
(+ (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))))))) (pow b 3)) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) |
(* (pow a 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))) (pow a 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))))) |
| 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 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 (*.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 (+ (* -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 (*.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))) (/.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 (/.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))) (/.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 a a) (*.f64 (*.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 #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 (*.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) |
(/ (+ (* -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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -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 (*.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 #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) |
(* -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))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(neg.f64 (/.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)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 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)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) c) (*.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 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 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 #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 (+ (* -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 (*.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 #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 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)))))) |
(neg.f64 (*.f64 (*.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))) (/.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))) (/.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))) (neg.f64 (/.f64 (+.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)))) |
(* -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 #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 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 #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 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)))))) |
(neg.f64 (*.f64 (*.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))) (/.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))) (/.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))) (/.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))) (/.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 (*.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) (+ (* -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 (*.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))) (/.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 (*.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))) (/.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 a a) (*.f64 (*.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 #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 (*.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 #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 #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 #s(literal 9/16 binary64) (/.f64 (*.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 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.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 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 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.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 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 (*.f64 #s(literal -135/128 binary64) (*.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 (*.f64 #s(literal -135/128 binary64) (*.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 (*.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))) 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 (*.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))) 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 #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 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 #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 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 (*.f64 #s(literal -135/128 binary64) (*.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 (*.f64 #s(literal -135/128 binary64) (*.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 (*.f64 #s(literal -135/128 binary64) (*.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 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (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 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (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 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (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 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/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 (*.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 (*.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 -3) (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))) (* 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 -3 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 b (*.f64 a c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(*.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 -3 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -3 binary64))))) c)))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(*.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 -3 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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/6 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.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)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #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 -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 (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 #s(literal -1/3 binary64) 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 (*.f64 a (*.f64 a a)) c)))) (/.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) b) a) (+.f64 (+.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 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal -1/24 binary64) (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 #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))) 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 #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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #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) |
(* -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 (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))))))) |
(neg.f64 (*.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)))))) |
(* -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 (*.f64 #s(literal -9/8 binary64) (*.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 (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 (/.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 (*.f64 #s(literal -1/8 binary64) (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 (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 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
(* -1 (* c (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -3 binary64))))) b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (*.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)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #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 (*.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))))) |
(* 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 #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))))))) |
(* 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 #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 (* 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))) (neg.f64 (/.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 #s(literal 1/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 (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 (*.f64 #s(literal 1/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 (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))) (/.f64 (*.f64 #s(literal -1 binary64) (-.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 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.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)))) (*.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 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 -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 -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))) (* -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 #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 (+.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 #s(literal 2 binary64) (+.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))))))) |
(* -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))))))) |
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 (*.f64 #s(literal -9/8 binary64) (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.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 (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 #s(literal -1/8 binary64) (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 (*.f64 (*.f64 #s(literal -1/8 binary64) (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 #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)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.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 -1 binary64)) #s(literal 2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(neg.f64 (*.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 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.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 -1 binary64)) #s(literal 2 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)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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 (*.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)))))) |
(+ 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 #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)))))))) |
(* (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 (*.f64 #s(literal 1/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 (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (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/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 (*.f64 #s(literal 1/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 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 (pow.f64 b #s(literal 4 binary64)) (/.f64 (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 #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)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) (+.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/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))))))) |
(* (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 #s(literal 1 binary64) (+.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))))))) |
(* 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 #s(literal 1 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))))) (+.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))))))) |
(* -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 #s(literal 1 binary64) (+.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))))))) |
(* -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 (+.f64 #s(literal 1 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))))) (+.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))))))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) a))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) a))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) c) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) c) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) c) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 #s(literal 3 binary64) c))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 #s(literal 3 binary64) c))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 #s(literal 3 binary64) c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)))) |
(* -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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal -1/2 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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal -1/2 binary64)) (*.f64 (neg.f64 b) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) #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))))))))))) |
(* -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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/32 binary64) (/.f64 (*.f64 (*.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 -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -27/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (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 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -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 -3/4 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.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 (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/8 binary64)))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.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) (*.f64 (pow.f64 b #s(literal 6 binary64)) c)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 #s(literal 2/3 binary64) 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 (*.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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* -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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (*.f64 c c)))) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (*.f64 c (*.f64 c c))))) (+.f64 (/.f64 (neg.f64 b) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 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)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(* (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 (/ b (* a (pow (sqrt 3) 2)))) (* (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 (neg.f64 b) (*.f64 a (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (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 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.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 1 binary64) (/.f64 (*.f64 b c) (*.f64 a (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) c))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 #s(literal -1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (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)))) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) c)) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1/2 binary64)))) c) (/.f64 (*.f64 b c) (*.f64 a (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))))) 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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(+.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 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 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)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (+.f64 (neg.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)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) (+.f64 (/.f64 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(/.f64 (+.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (neg.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 b (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.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 (+.f64 (/.f64 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))))) 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)))) (/ b (pow (sqrt 3) 2))) a)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (*.f64 a c))) (/.f64 (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)))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 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 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 a b) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 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 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 a b) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))) (/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 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 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (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)))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (*.f64 #s(literal 3 binary64) b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 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 (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (*.f64 #s(literal -3 binary64) b) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 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 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 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 -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 -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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.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 (+.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 3 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/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 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal -3/8 binary64))) (pow.f64 b #s(literal 4 binary64))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 a c) (*.f64 (*.f64 (*.f64 a a) (*.f64 c 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 c)) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 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 (*.f64 #s(literal -9/8 binary64) (*.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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7)))))))))))) |
(*.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 3 binary64) c) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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))))) |
(+.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 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))) (/.f64 (*.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))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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)))))) |
(+.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 (*.f64 #s(literal 3 binary64) b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.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 #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 c (*.f64 c c))) (/.f64 (*.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))))) |
(* 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 (/ b (pow (sqrt 3) 2))) (* 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)))) (/.f64 (*.f64 #s(literal -3 binary64) b) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) |
(+ (* -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))))) |
(+.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 #s(literal 3 binary64) (+.f64 (*.f64 b (/.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 (*.f64 b b) (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))) |
(+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (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 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 (*.f64 b b) (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 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.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))) (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 (*.f64 b (*.f64 b b)) a) (/.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))))) c)) c))) 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 (*.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))))) |
(* 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 #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))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))))) |
(*.f64 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 3 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 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 #s(literal 3 binary64) (+.f64 (/.f64 b (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 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 (*.f64 #s(literal 3 binary64) b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.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 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a))))) |
(* 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 (/ b (pow (sqrt 3) 2))) (* 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)))) (/.f64 (*.f64 #s(literal -3 binary64) b) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64)))) |
(+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) 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 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 a b) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) a))) a))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (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)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 a b)) (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 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (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 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (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)))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))))) a)) a)))) a)) |
(* -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)) |
(* -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)) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -27))) |
(*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -27 binary64)))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* -1/27 (/ (* b (* (sqrt -27) (sqrt -3))) a))) |
(+.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -27 binary64)))) (/.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 (*.f64 b (sqrt.f64 #s(literal -27 binary64))) (sqrt.f64 #s(literal -3 binary64)))) a)) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* b (+ (* -1/27 (/ (* (sqrt -27) (sqrt -3)) a)) (* 1/3 (* b (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27)))))))))) |
(+.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) a))) (*.f64 (*.f64 #s(literal 1/3 binary64) b) (-.f64 (*.f64 (*.f64 #s(literal -1/6 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 -27 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 2/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (sqrt.f64 #s(literal -27 binary64)))))))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -27))) (* b (+ (* -1/27 (/ (* (sqrt -27) (sqrt -3)) a)) (* b (+ (* 1/3 (* b (- (* 1/3 (/ 1 (* (pow a 2) c))) (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27)))))))) (+ (* 1/18 (/ (sqrt -27) (* (pow a 2) (* c (sqrt -3))))) (* 2/27 (/ (* (sqrt -27) (sqrt -3)) (* (pow a 2) c)))))))) (* 1/3 (- (* -1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/27 (* (sqrt (/ 1 (* (pow a 3) c))) (* (sqrt -27) (pow (sqrt -3) 2)))) (* 2/9 (* (sqrt (/ 1 (* (pow a 3) c))) (sqrt -27))))))))))) |
(+.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) a))) (*.f64 b (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 a a) c)) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -1/6 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 -27 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 2/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (sqrt.f64 #s(literal -27 binary64)))))))) (+.f64 (/.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 2/27 binary64) (/.f64 (*.f64 (sqrt.f64 #s(literal -27 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 a a) c))))))) (-.f64 (*.f64 (*.f64 #s(literal -1/6 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 -27 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 2/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (sqrt.f64 #s(literal -27 binary64)))))))))))) |
(* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a b))) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.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)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* 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 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) a))))) (*.f64 b b))) b) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* 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 #s(literal 1/6 binary64) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a) (+.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) a) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) a))))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) a)))) (*.f64 b b))))) b) |
(/ (+ (* 1/18 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/3 (/ (- (* -1/6 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) a)) (+ (* -3/8 (* (pow a 2) (* (pow c 2) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a)))))) (+ (* -3/32 (* (pow a 2) (* (pow c 3) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a)))))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* -1/16 (* a (* (pow c 2) (+ (* -6 (* a c)) (* -3 (* a c)))))) (* 1/3 (* (+ (* -3 (* a c)) (* -3/2 (* a c))) (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* a c)))) a))))))) (pow b 4))) (* 1/3 (/ (- (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (* 1/18 (/ (* (+ (* -6 (* a c)) (* -3 (* a c))) (+ (* -3 (* a c)) (* -3/2 (* 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 (/.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a) (+.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) a) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) a))))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) a)))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) a) (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) a)))))) (*.f64 #s(literal -3/32 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9/2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a) (+.f64 (*.f64 (*.f64 #s(literal -1/16 binary64) a) (*.f64 (*.f64 c c) (*.f64 (*.f64 a c) #s(literal -9 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 a c) #s(literal -9/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (*.f64 #s(literal -1/18 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a c) #s(literal -9/2 binary64)) 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/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a)) (*.f64 b b))))) |
(* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a)) (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a)))))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ (* 1/3 (/ (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a))) (pow b 2))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) a)) (+ (* 9/8 (* (pow a 2) (* (pow c 2) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (+ (* 27/8 (* (pow a 2) (pow c 3))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))))))) (pow b 6))) (+ (* 1/3 (/ (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) a)) (+ (* 9/4 (* a (pow c 2))) (* (+ (* -3 (* a c)) (* 3/2 (* a c))) (- (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 2 (/ (+ (* -3 (* a c)) (* 3/2 (* a c))) a)))))) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a)) (*.f64 b b))) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a)))))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) a) (+.f64 (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a)))) (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) a) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 (*.f64 a c) #s(literal -3/2 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a c) #s(literal -3/2 binary64))) a))))))))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) |
(*.f64 #s(literal 1/6 binary64) (*.f64 c (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/3 (* c (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* c (+ (* 1/3 (* c (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2))))))) (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) (*.f64 c (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* c (+ (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (* c (+ (* 1/3 (* c (- (* -1/2 (/ (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/8 (/ (* (pow a 2) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (* (pow b 2) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -27/32 (/ (* (pow a 2) (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 7) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))) (* 1/3 (- (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* -9/16 (/ (* a (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 a) (* -3/2 a)) (- (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2)))))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (+ (* -3 a) (* -3/2 a))) (* a (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))) (+ (* 2 (pow b 2)) (pow b 2)))))))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) (*.f64 c (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))) (*.f64 c (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64))))))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))))))) (*.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -27/32 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 a #s(literal -9/2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))))))))) |
(* 1/3 (* (sqrt (* a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))))))) |
(* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) (pow c 2)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 c c)))))) |
(* c (+ (* -2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ a c)) (/ (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))) (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -1 (/ (* (pow b 5) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))))) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (pow c 3))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* (sqrt -27) (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt -27)) (* (sqrt -3) (pow (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (* a (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))))))) (pow c 2))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -27 binary64))) (sqrt.f64 #s(literal -3 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))))) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 c (*.f64 c c))) (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 c c)))))) |
(* -1/3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) (* 2/3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -2/3 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))) c))) c)) (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))))) c)) c)))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -1 (/ (* (pow b 5) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) c)) (* 1/3 (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (* (sqrt 27) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ a c)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (sqrt 27)) (* (sqrt 3) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (* a (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))))))) c)) (* -2/3 (* (sqrt (/ a c)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) c)) (* 1/3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (/.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 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))) c) (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))))) c))) c)))) |
(* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/3 (* a (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* a (+ (* 1/3 (* a (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2))))))) (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) (/.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* a (+ (* 1/3 (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (* a (+ (* 1/3 (* a (- (* -1/2 (/ (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/8 (/ (* (pow c 2) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (* (pow b 2) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -27/32 (/ (* (pow c 3) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 7) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))) (+ (* 2 (pow b 2)) (pow b 2)))))))) (* 1/3 (- (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (+ (* -9/16 (/ (* (pow c 2) (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (* (pow b 5) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))) (/ (* (+ (* -3 c) (* -3/2 c)) (- (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (* (pow b 3) (+ (* 2 (pow b 2)) (pow b 2))))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (+ (* -3 c) (* -3/2 c))) (* (pow b 3) (pow (+ (* 2 (pow b 2)) (pow b 2)) 2)))))) (+ (* 2 (pow b 2)) (pow b 2))))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (*.f64 a (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64))))))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))))) (*.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -27/32 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) (/.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))) (/.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 c #s(literal -9/2 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) (*.f64 b b))))))))))) |
(* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 2))))) |
(+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64)))) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -27 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (sqrt.f64 #s(literal -27 binary64))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 a a))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))) (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -1 (/ (* (pow b 5) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))))))) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 3))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* (sqrt -27) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (sqrt -27)) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt -27))) (* (sqrt -3) (pow (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))) 2)))) (/ (pow b 3) (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) (pow a 2)))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -27 binary64)))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64))))) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (sqrt.f64 #s(literal -27 binary64))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -27 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (sqrt.f64 #s(literal -27 binary64))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))))) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 a (*.f64 a a))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (sqrt.f64 #s(literal -27 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -27 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (sqrt.f64 #s(literal -27 binary64))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal 2 binary64))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) (*.f64 a a))))) |
(* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(+ (* -2/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64))))) |
(+ (* -1 (/ (+ (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) a)) (* 2/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) a)) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (sqrt.f64 #s(literal 27 binary64))))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))))) a) (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64))))) a))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -1 (/ (* (pow b 5) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (* 2 (/ (* (pow b 2) (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (* (sqrt 27) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) (+ (* -4 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 4) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 3)))) (+ (* 1/2 (/ (* (pow b 3) (* c (sqrt 27))) (* (sqrt 3) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2)))) (/ (pow b 3) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))))) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) a))) a)) (* 2/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (* (sqrt -1) (sqrt 27))) (pow (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))) 2))))) a)) (* -1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (sqrt -1) (sqrt 27)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (sqrt.f64 #s(literal 27 binary64))))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (/.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 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) c) (sqrt.f64 #s(literal 27 binary64))) (sqrt.f64 #s(literal 3 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 3 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (sqrt.f64 #s(literal 27 binary64))))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 2 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))))) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))))) a)) a)))) a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(+ (* -3 (* a c)) (* (sqrt (* a c)) (* b (sqrt -3)))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -3 (* a c)) (* b (+ (* 2 b) (* (sqrt (* a c)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 2 binary64) b)))) |
(+ (* -3 (* a c)) (* b (+ (* b (+ 2 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* (sqrt (* a c)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 #s(literal 2 binary64) (*.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)))))))))) |
(* 3 (pow b 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 b b)) |
(* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow b 2))) (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9/2 binary64)))) |
(* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow b 2) (+ 3 (+ (* -3 (/ (* a c) (pow 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 b b) (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b))) (+.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))))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (* 3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) #s(literal -3/2 binary64)))) |
(* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (*.f64 b b)) (+.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)))))))) |
(* (pow b 2) (+ 1 (+ (* -3 (/ (* a c) (pow b 2))) (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 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 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 a c)) (*.f64 b b)) (*.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)))))))) |
(+ (* 2 (pow b 2)) (pow b 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 b b)) |
(+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (* -3/2 a))) (pow b 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 (*.f64 a c) #s(literal -9/2 binary64)))) |
(+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))) (pow b 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 c (+.f64 (*.f64 a #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) c)) (*.f64 b b)))))) |
(+ (* 2 (pow b 2)) (+ (* c (+ (* -3 a) (+ (* -3/2 a) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 4))) (* -9/8 (/ (pow a 2) (pow b 2)))))))) (pow b 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 c (+.f64 (*.f64 a #s(literal -9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))))))) |
(* c (+ (* -3 a) (* (sqrt (/ a c)) (* b (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3 a) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3 a) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -3 a) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) c)) (* (sqrt (/ a c)) (* b (sqrt -3)))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) a) (*.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 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1 (* c (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -2 (/ (pow b 2) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b b)) c) (*.f64 #s(literal 3 binary64) a)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (sqrt 3)))) (* 2 (pow b 2))) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt 3))))) c)) (* 2 (pow b 2))) c)) (+ (* 3 a) (* (sqrt (/ a c)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) a) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (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 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c))) c)))) |
(+ (* 2 (pow b 2)) (pow b 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 b b)) |
(+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (* -3/2 c))) (pow b 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -9/2 binary64))))) |
(+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))) (pow b 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 a (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))))) |
(+ (* 2 (pow b 2)) (+ (* a (+ (* -3 c) (+ (* -3/2 c) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 4))) (* -9/8 (/ (pow c 2) (pow b 2)))))))) (pow b 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 a (+.f64 (*.f64 c #s(literal -9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))))))) |
(* a (+ (* -3 c) (* (sqrt (/ c a)) (* b (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (+ (* -3 c) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) a)))) |
(* a (+ (* -3 c) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) c) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 b (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (+ (* -3 c) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 5) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 3) (sqrt -3)))) (+ (* 2 (/ (pow b 2) a)) (* (sqrt (/ c a)) (* b (sqrt -3)))))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) c) (*.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 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 b (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1 (* a (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -2 (/ (pow b 2) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b b)) a) (*.f64 #s(literal 3 binary64) c)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (sqrt 3)))) (* 2 (pow b 2))) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt 3))))) a)) (* 2 (pow b 2))) a)) (+ (* 3 c) (* (sqrt (/ c a)) (* b (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) c) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.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 5 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 (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) a))) a))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64)))) |
(+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 #s(literal 1/6 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 b b) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)))) (sqrt.f64 #s(literal -27 binary64))))) |
(+ (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) (* (pow b 2) (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal 1/6 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 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64)))))))) |
(+ (* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) (* (pow b 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* b (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/3 (/ 1 a))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/6 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 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 b (-.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -27 binary64)))) (/.f64 #s(literal 1/3 binary64) a)))))) |
(* 1/6 (/ (* b (+ (* -6 (* a c)) (* -3 (* a c)))) a)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 b (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a))) |
(* b (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2)))))) |
(*.f64 b (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) a) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 a (*.f64 b b)))))) |
(* b (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 4)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2))))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 a (*.f64 b b))))))) |
(* b (+ (* -1/6 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) (* a (pow b 6)))) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) a)) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 4)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 2)))))))) |
(*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 a (*.f64 b b)))))) (/.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) |
(* -2/3 (/ (pow b 3) a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b (*.f64 b b))) a) |
(* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a (*.f64 b b))))) |
(* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 4)))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* (pow b 3) (+ (* 1/6 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (* a (pow b 2)))) (+ (* 1/6 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (* a (pow b 6)))) (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (* a (pow b 4)))) (* 2/3 (/ 1 a))))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a (*.f64 b b))) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))) (*.f64 a (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) |
(* 1/6 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (* a (pow b 3)))) |
(*.f64 #s(literal 1/6 binary64) (*.f64 c (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* c (+ (* 1/6 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))))) |
(*.f64 c (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 a (*.f64 b (*.f64 b b))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))) (* c (+ (* 1/6 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (pow b 3)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 a (*.f64 b (*.f64 b b))))) (*.f64 c (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 a (*.f64 b (*.f64 b b))))))))) |
(* c (+ (* 1/6 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (* a (pow b 3)))) (* c (+ (* 1/6 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (* a (pow b 3)))) (* c (+ (* -1/6 (/ (* c (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (* a (pow b 3)))) (* 1/6 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (* a (pow b 3)))))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 a (*.f64 b (*.f64 b b))))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64))))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 a (*.f64 b (*.f64 b b)))))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64)))) |
(* (pow c 2) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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 -27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) a)) (*.f64 c c))))) |
(* (pow c 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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 -27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) a)) (*.f64 c c)))) (*.f64 #s(literal 1/6 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 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (sqrt.f64 #s(literal -27 binary64)))))) |
(* (pow c 2) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ a c)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (/ (pow b 3) a)) (pow c 2))))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 1/6 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 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64))) (sqrt.f64 #s(literal -27 binary64)))) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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 -27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) a)) (*.f64 c c)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))) (/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -27 binary64))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (* (sqrt -1) (sqrt 27)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 27 binary64)))) |
(* (pow c 2) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) a)) (*.f64 c c))))) |
(* (pow c 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) a)) (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/6 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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64))) (sqrt.f64 #s(literal 27 binary64)))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/6 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 27)))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ c (pow a 5))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (/ (pow b 3) a)) (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 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 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) a)) (*.f64 c c)))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) (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 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (*.f64 #s(literal 1/6 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 27 binary64))))) (*.f64 c (*.f64 c c)))))) |
(* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) |
(*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))) |
(+ (* 1/6 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3)))) |
(*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/6 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/6 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b (*.f64 b b))))))) |
(+ (* 1/6 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/6 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))) (* a (+ (* -1/6 (/ (* a (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/6 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (pow b 3)))))))) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64))))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b)))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (sqrt -27))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64)))) |
(* a (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2))))) |
(*.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 a a))))) |
(* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2)))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 a a)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64))))))) |
(* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (+ (* 1/3 (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (* 1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (pow b 3)) (pow a 2))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal -27 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -27 binary64))))))) |
(* 1/3 (* (sqrt (* a (pow c 3))) (* (sqrt -1) (sqrt 27)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 27 binary64)))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 a a))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (+ (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2))) (* 1/6 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.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 27 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27))))) (pow a 3))) (+ (* -1/3 (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (* -1/3 (/ (- (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (pow b 3)) (pow a 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 a a)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (/.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 27 binary64))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal 27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 27 binary64))))) (*.f64 a (*.f64 a a)))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 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)))) (sqrt.f64 #s(literal -27 binary64))))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* -1 b) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 b b) (+.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 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (neg.f64 b)))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) 1))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 b b) (+.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 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -27 binary64)))) #s(literal -1 binary64)))))) |
(* 1/2 (* b (+ (* -6 (* a c)) (* -3 (* a c))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 (*.f64 a c) #s(literal -9 binary64)))) |
(* b (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2))))) |
(*.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b))))) |
(* b (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 4))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2)))))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b)))))) |
(* b (+ (* -1/2 (/ (+ (* 1/4 (pow (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) 2)) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))))))))) (pow b 6))) (+ (* 1/2 (+ (* -6 (* a c)) (* -3 (* a c)))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 4))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 2))))))) |
(*.f64 b (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 b b))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) (pow.f64 b #s(literal 6 binary64))))) |
(* -2 (pow b 3)) |
(*.f64 #s(literal -2 binary64) (*.f64 b (*.f64 b b))) |
(* -1 (* (pow b 3) (+ 2 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(neg.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b))))) |
(* -1 (* (pow b 3) (+ 2 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* (pow b 3) (+ 2 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64))))))) |
(* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 3))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)))) (*.f64 b (*.f64 b b))) |
(* c (+ (* 1/2 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))))))) |
(*.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 b b))) (*.f64 c (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b (*.f64 b b)))))))) |
(* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6)))) (pow b 3))))))))) |
(*.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 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64))))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))) (/ (pow b 3) (pow c 2)))) |
(*.f64 (*.f64 c 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 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))) (/ (pow b 3) (pow c 2)))) |
(*.f64 (*.f64 c 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 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (-.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))) (/ (pow b 3) (pow c 2)))) |
(*.f64 (*.f64 c c) (-.f64 (+.f64 (+.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 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 #s(literal 1/2 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)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -27 binary64)))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) |
(* (pow c 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))) (/ (pow b 3) (pow c 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))))) |
(* (pow c 2) (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow c 2)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)))) (sqrt.f64 #s(literal 27 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 2) (- (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow c 2)))) |
(*.f64 (*.f64 c c) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.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 27 binary64))))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 3))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) (*.f64 b (*.f64 b b)))) |
(* a (+ (* 1/2 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b (*.f64 b b)))))))) |
(* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/4 (/ (pow (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) 2) (pow b 6))) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6)))) (pow b 3))))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64))))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))) (/ (pow b 3) (pow a 2)))) |
(*.f64 (*.f64 a a) (+.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 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))) (/ (pow b 3) (pow a 2)))) |
(*.f64 (*.f64 a a) (+.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 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (-.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 #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 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))) (/ (pow b 3) (pow a 2)))) |
(*.f64 (*.f64 a a) (-.f64 (+.f64 (+.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 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 #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 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -27 binary64)))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))) (/ (pow b 3) (pow a 2)))) |
(*.f64 (*.f64 a a) (+.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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))))) |
(* (pow a 2) (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow a 2)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.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 27 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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 2) (- (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))) (pow a 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) (/ (pow b 3) (pow a 2)))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal 27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (/.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 27 binary64)))))) (*.f64 a (*.f64 a a)))) (+.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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* 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))) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -1/6 a) |
(*.f64 #s(literal -1/6 binary64) a) |
(* -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))) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.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)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) c)) |
(* -3 a) |
(*.f64 #s(literal -3 binary64) a) |
(* a (- (/ (pow b 2) (* a c)) 3)) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) (*.f64 a c)) #s(literal -3 binary64))) |
(* a (- (/ (pow b 2) (* a c)) 3)) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) (*.f64 a c)) #s(literal -3 binary64))) |
(* a (- (/ (pow b 2) (* a c)) 3)) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) (*.f64 a c)) #s(literal -3 binary64))) |
(* -3 a) |
(*.f64 #s(literal -3 binary64) a) |
(* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 a c)))) |
(* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 a c)))) |
(* -1 (* a (+ 3 (* -1 (/ (pow b 2) (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 a c)))) |
(* -3 a) |
(*.f64 #s(literal -3 binary64) a) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.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)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) c)) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) c))) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) c))) |
(* (pow b 2) (+ (* -3 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) c))) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (+ (* -3 (* a c)) (pow b 2)) c) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) c) |
(/ (+ (* -3 (* a c)) (pow b 2)) c) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) c) |
(/ (+ (* -3 (* a c)) (pow b 2)) c) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 a c))) c) |
(* -3 a) |
(*.f64 #s(literal -3 binary64) a) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.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)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) c)) |
(* -3 a) |
(*.f64 #s(literal -3 binary64) a) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.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)) |
(+ (* -3 a) (/ (pow b 2) c)) |
(+.f64 (*.f64 #s(literal -3 binary64) a) (/.f64 (*.f64 b b) 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)) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2))))) (sqrt -27)))) (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 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)))) (sqrt.f64 #s(literal -27 binary64))))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 b b) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64)))))))) |
(+ (* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (sqrt -27)))) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (- 1 (* 1/2 (/ (* (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2))))))) (sqrt -27)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (+ (* -6 (* a c)) (* -3 (* a c))) (* 1/4 (/ (pow (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) 2) (* (pow a 3) (* (pow c 3) (pow (sqrt -27) 2)))))) (sqrt -27))))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 b b) (+.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 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 (*.f64 b b) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64))))))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal -27 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal -27 binary64))))))))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(* (pow b 3) (+ 1 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b)))) |
(* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (pow b 3)) |
(neg.f64 (*.f64 b (*.f64 b b))) |
(* -1 (* (pow b 3) (+ 1 (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2)))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b)))) |
(* -1 (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4))))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 b b)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* (pow b 3) (+ 1 (+ (* 1/2 (/ (+ (* -6 (* a c)) (* -3 (* a c))) (pow b 2))) (+ (* 1/2 (/ (- (* -27 (* (pow a 3) (pow c 3))) (* 1/2 (* (+ (* -6 (* a c)) (* -3 (* a c))) (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2)))))) (pow b 6))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow c 2))) (* 18 (* (pow a 2) (pow c 2)))) (* 1/4 (pow (+ (* -6 (* a c)) (* -3 (* a c))) 2))) (pow b 4)))))))) |
(*.f64 (neg.f64 (*.f64 b (*.f64 b b))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (pow.f64 b #s(literal 4 binary64))))))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(+ (* 1/2 (/ (* c (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4))))) (pow b 3))) (pow b 3)) |
(+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)))) (*.f64 b (*.f64 b b)))) |
(+ (* c (+ (* 1/2 (/ (* c (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))))) (pow b 3)) |
(+.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 c (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (*.f64 b (*.f64 b b))))))) |
(+ (* c (+ (* 1/2 (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (pow b 3))) (* c (+ (* 1/2 (/ (* c (- (* -27 (pow a 3)) (* 1/2 (/ (* (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (* 1/4 (/ (pow (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) 2) (pow b 6)))) (pow b 3))))))) (pow b 3)) |
(+.f64 (*.f64 b (*.f64 b b)) (*.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 b b))) (*.f64 c (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b (*.f64 b b))))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))) |
(*.f64 (*.f64 c 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 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -27 binary64))))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27))))) |
(*.f64 (*.f64 c 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 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (+ (* -6 (* a (pow b 4))) (* -3 (* a (pow b 4)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (- (pow b 6) (* 1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow a 3) c)) (sqrt -27)))))) |
(*.f64 (*.f64 c c) (+.f64 (+.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 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 #s(literal 1/2 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)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -27 binary64))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) |
(* (pow c 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))))) |
(* (pow c 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))))) |
(*.f64 (*.f64 c c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) #s(literal 9 binary64)))) (sqrt.f64 #s(literal 27 binary64)))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* c (pow (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2)))) 2)) (* (pow a 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (sqrt -1) (+ (* 3 (* a (pow b 4))) (* 6 (* a (pow b 4))))) (sqrt 27))))) (pow c 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow a 2) (pow b 2))) (* 18 (* (pow a 2) (pow b 2))))) (sqrt 27)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 27)))))) |
(*.f64 (*.f64 c c) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.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 27 binary64))))) (*.f64 c (*.f64 c c)))))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(+ (* 1/2 (/ (* a (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c)))) (pow b 3))) (pow b 3)) |
(+.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64))) (*.f64 b (*.f64 b b))))) |
(+ (* a (+ (* 1/2 (/ (* a (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 3))) (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))))) (pow b 3)) |
(+.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b))))))) |
(+ (* a (+ (* 1/2 (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (pow b 3))) (* a (+ (* 1/2 (/ (* a (- (* -27 (pow c 3)) (* 1/2 (/ (* (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6))))) (pow b 6))))) (pow b 3))) (* 1/2 (/ (- (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (* 1/4 (/ (pow (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) 2) (pow b 6)))) (pow b 3))))))) (pow b 3)) |
(+.f64 (*.f64 b (*.f64 b b)) (*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -27 binary64) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b (*.f64 b b))))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (sqrt -27)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -27 binary64))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (*.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 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27))))) |
(*.f64 (*.f64 a a) (+.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 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 #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 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (+ (* -6 (* (pow b 4) c)) (* -3 (* (pow b 4) c))) (sqrt -27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (/ (- (pow b 6) (* 1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt -27) 2))))) (sqrt -27)))) (* (sqrt (/ (pow c 3) a)) (sqrt -27)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.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 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (sqrt.f64 #s(literal -27 binary64))))) (*.f64 #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 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) #s(literal -9 binary64)) (sqrt.f64 #s(literal -27 binary64)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (sqrt.f64 #s(literal -27 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -27 binary64)) #s(literal 2 binary64)))))) (sqrt.f64 #s(literal -27 binary64))))))) |
(* (sqrt (* (pow a 3) (pow c 3))) (* (sqrt -1) (sqrt 27))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (*.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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64))))))) |
(* (pow a 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (*.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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.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 27 binary64)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (sqrt -1) (- (pow b 6) (* -1/4 (/ (* a (pow (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2)))) 2)) (* (pow c 3) (pow (sqrt 27) 2)))))) (sqrt 27)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (sqrt -1) (+ (* 3 (* (pow b 4) c)) (* 6 (* (pow b 4) c)))) (sqrt 27))))) (pow a 3))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (sqrt -1) (+ (* 9 (* (pow b 2) (pow c 2))) (* 18 (* (pow b 2) (pow c 2))))) (sqrt 27)))) (* (sqrt (/ (pow c 3) a)) (* (sqrt -1) (sqrt 27)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 27 binary64)))) (*.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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64))) (sqrt.f64 #s(literal 27 binary64)))))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 c c)) #s(literal 27 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal 27 binary64)) #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 27 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (/.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 27 binary64)))))) (*.f64 a (*.f64 a a)))))) |
Compiled 85378 to 5402 computations (93.7% saved)
45 alts after pruning (43 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1649 | 18 | 1667 |
| Fresh | 58 | 25 | 83 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1711 | 45 | 1756 |
| Status | Accuracy | Program |
|---|---|---|
| 56.9% | (/.f64 (/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 3 binary64))) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.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 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 a #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.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))))))))) | |
| ▶ | 99.3% | (/.f64 (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.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)) |
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 54.7% | (/.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))) | |
| 82.4% | (/.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)) | |
| 82.3% | (/.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)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 99.1% | (/.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| 55.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))) | |
| 55.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))) | |
| 36.7% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 43.7% | (/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) | |
| 54.5% | (/.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))) | |
| 54.1% | (/.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)) | |
| ▶ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 55.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 88.9% | (/.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) | |
| 82.7% | (/.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) | |
| 56.8% | (/.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))) a) #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) | |
| 82.6% | (/.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)) | |
| ✓ | 64.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 92.4% | (/.f64 (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 a (*.f64 b b)))))) (/.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) (*.f64 a (pow.f64 b #s(literal 6 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))))))))) | |
| ▶ | 82.4% | (/.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)) |
| 64.8% | (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) | |
| 55.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)))))))) | |
| 64.8% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) | |
| 55.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))) | |
| 54.7% | (-.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.2% | (-.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 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 82.7% | (+.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)))) | |
| 89.0% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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))))) | |
| 92.0% | (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #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 #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)))))) | |
| 91.7% | (*.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)))) | |
| 55.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 55.4% | (*.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)) | |
| 55.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)) | |
| ▶ | 64.8% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 11.5% | (*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) | |
| 82.6% | (*.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))) | |
| 92.0% | (*.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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 88.8% | (*.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))) |
Compiled 2919 to 1555 computations (46.7% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 a c) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -3 binary64) (*.f64 a c)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
| ✓ | cost-diff | 256 | (+.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)))) |
| ✓ | cost-diff | 256 | (*.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))))) |
| ✓ | cost-diff | 512 | (/.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)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 b b) (*.f64 b b)) |
| ✓ | cost-diff | 512 | (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 b b))) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | cost-diff | 896 | (/.f64 (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.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)) |
| 3230× | *-lowering-*.f32 |
| 3230× | *-lowering-*.f64 |
| 2184× | fma-lowering-fma.f32 |
| 2184× | fma-lowering-fma.f64 |
| 1548× | fmsub-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 370 |
| 1 | 129 | 334 |
| 2 | 364 | 322 |
| 3 | 1252 | 317 |
| 4 | 4051 | 314 |
| 5 | 6586 | 314 |
| 0 | 8365 | 314 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(- (* c (* a -3)) (- (* b b) (* b b))) |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(- (* b b) (* b b)) |
(* b b) |
b |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* 3 a) |
3 |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
-1/2 |
b |
c |
(/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
(* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) |
a |
(+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b)))) |
(/ (* c -3/2) b) |
(* c -3/2) |
c |
-3/2 |
b |
(/ (* (* c (* c a)) -9/8) (* b (* b b))) |
(* (* c (* c a)) -9/8) |
(* c (* c a)) |
(* c a) |
-9/8 |
(* b (* b b)) |
(* b b) |
(* 3 a) |
3 |
(/ (- (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) |
c |
a |
-3 |
(* 3 a) |
3 |
(/ (/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(* -3 (* a c)) |
-3 |
(* a c) |
a |
c |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
b |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
(* c (* a -3)) |
(* a -3) |
(* 3 a) |
3 |
| Outputs |
|---|
(/ (/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(- (* c (* a -3)) (- (* b b) (* b b))) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* 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) (* b b)) |
#s(literal 0 binary64) |
(* b b) |
(*.f64 b b) |
b |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 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 |
(/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
(/.f64 (*.f64 (/.f64 c b) (+.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b b)))) #s(literal 3 binary64)) |
(* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) |
(*.f64 a (*.f64 (/.f64 c b) (+.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b b))))) |
a |
(+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b)))) |
(*.f64 (/.f64 c b) (+.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b b)))) |
(/ (* c -3/2) b) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* c -3/2) |
(*.f64 c #s(literal -3/2 binary64)) |
c |
-3/2 |
#s(literal -3/2 binary64) |
b |
(/ (* (* c (* c a)) -9/8) (* b (* b b))) |
(/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(* (* c (* c a)) -9/8) |
(*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) |
(* c (* c a)) |
(*.f64 c (*.f64 c a)) |
(* c a) |
(*.f64 c a) |
-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) |
(/ (- (sqrt (+ (* b b) (* (* c a) -3))) b) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) b) (*.f64 a #s(literal 3 binary64))) |
(- (sqrt (+ (* b b) (* (* c a) -3))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) b) |
(sqrt (+ (* b b) (* (* c a) -3))) |
(sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(+ (* b b) (* (* c a) -3)) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
b |
(* (* c a) -3) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c a) |
(*.f64 c a) |
c |
a |
-3 |
#s(literal -3 binary64) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
-3 |
#s(literal -3 binary64) |
(* a c) |
(*.f64 c a) |
a |
c |
(+ b (sqrt (+ (* b b) (* c (* a -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
b |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a -3) |
(*.f64 a #s(literal -3 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.6% | (*.f64 #s(literal -3 binary64) (*.f64 a c)) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | accuracy | 99.4% | (/.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.6% | (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 c a) #s(literal -3 binary64)) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 55.6% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) |
| ✓ | accuracy | 99.6% | (*.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))))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.3% | (/.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)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | accuracy | 99.6% | (+.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.5% | (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | accuracy | 99.4% | (/.f64 (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.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)) |
| 341.0ms | 248× | 1 | valid |
| 3.0ms | 8× | 0 | valid |
Compiled 423 to 41 computations (90.3% saved)
ival-div: 51.0ms (33.6% of total)ival-mult: 51.0ms (33.6% of total)backward-pass: 19.0ms (12.5% of total)ival-add: 13.0ms (8.6% of total)ival-sqrt: 8.0ms (5.3% of total)ival-sub: 7.0ms (4.6% of total)const: 2.0ms (1.3% of total)| Inputs |
|---|
#<alt (/ (/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a))> |
#<alt (/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3))))))> |
#<alt (- (* c (* a -3)) (- (* b b) (* b b)))> |
#<alt (- (* b b) (* b b))> |
#<alt (* (/ -1/2 b) c)> |
#<alt (/ -1/2 b)> |
#<alt (/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a))> |
#<alt (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b)))))> |
#<alt (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))> |
#<alt (/ (* c -3/2) b)> |
#<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 (/ (/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a))> |
#<alt (/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3))))))> |
#<alt (* -3 (* a c))> |
#<alt (* a c)> |
#<alt (* c (* a -3))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (/ (* (* c (* c a)) -9/8) (* b (* b b)))> |
#<alt (* (* c (* c a)) -9/8)> |
#<alt (* (* c a) -3)> |
| 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 (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b))))> |
#<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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) 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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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) (* -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 (/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))))))))))> |
#<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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7))))))))))))> |
#<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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -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)))))> |
#<alt (+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))))> |
#<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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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/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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))))> |
#<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 (* -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 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt (* -1/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)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -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)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 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 (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -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))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -3/2 (/ c b))> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* 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 (* -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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) 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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b))))> |
#<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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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) (* -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 (/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))))))))))> |
#<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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))))> |
#<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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7))))))))))))> |
#<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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -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)))))> |
#<alt (+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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/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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))))> |
#<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 (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* -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 (* -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 (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (pow c 2)))> |
#<alt (* -9/8 (* a (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))> |
174 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 20.0ms | c | @ | 0 | (/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
| 1.0ms | c | @ | inf | (/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
| 1.0ms | a | @ | 0 | (/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
| 1.0ms | b | @ | 0 | (/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
| 1.0ms | a | @ | inf | (/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
| 1× | batch-egg-rewrite |
| 3738× | /-lowering-/.f32 |
| 3738× | /-lowering-/.f64 |
| 3120× | *-lowering-*.f32 |
| 3120× | *-lowering-*.f64 |
| 1762× | pow-lowering-pow.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 249 |
| 1 | 280 | 220 |
| 2 | 2463 | 220 |
| 0 | 8600 | 220 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/ (- (* c (* a -3)) (- (* b b) (* b b))) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(- (* c (* a -3)) (- (* b b) (* b b))) |
(- (* b b) (* b b)) |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
(/ (* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) (* 3 a)) |
(* a (+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b))))) |
(+ (/ (* c -3/2) b) (/ (* (* c (* c a)) -9/8) (* b (* b b)))) |
(/ (* c -3/2) b) |
(/ (- (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)) |
(/ (/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) (* 3 a)) |
(/ (* -3 (* a c)) (+ b (sqrt (+ (* b b) (* c (* a -3)))))) |
(* -3 (* a c)) |
(* a c) |
(* c (* a -3)) |
(+ (* b b) (* c (* a -3))) |
(/ (* (* c (* c a)) -9/8) (* b (* b b))) |
(* (* c (* c a)) -9/8) |
(* (* c a) -3) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) (neg.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) (neg.f64 a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) #s(literal 0 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64)) #s(literal 0 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) #s(literal -3 binary64)) |
(pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -3 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 c a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 c a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64))) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64)) (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (/.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))))) (/.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 c (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal -3 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64)) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64))) (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1 binary64)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) #s(literal 0 binary64)) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64)))) (neg.f64 (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)))) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) #s(literal 0 binary64))) (neg.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 c (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 c a) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal -3 binary64)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) #s(literal 0 binary64)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #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 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 #s(literal -3 binary64) c) a) |
#s(literal 0 binary64) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (neg.f64 c) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.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/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/2 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1 binary64))) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 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 (/.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)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) b)) |
(/.f64 #s(literal -1/2 binary64) b) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (neg.f64 a)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (neg.f64 a)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (neg.f64 a))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) (neg.f64 a)) |
(/.f64 (*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (*.f64 a (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (neg.f64 a)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64))))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) (neg.f64 a)) |
(/.f64 (neg.f64 (*.f64 a (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (neg.f64 a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a)) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (*.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (*.f64 a #s(literal 3 binary64))) a) |
(*.f64 (/.f64 a a) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 a a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a a) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) #s(literal -1 binary64)) (pow.f64 (/.f64 a a) #s(literal -1 binary64))) |
(+.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (-.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) (-.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))))) |
(fma.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) a) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(fma.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) a (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) b) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(fma.f64 (*.f64 c (*.f64 c a)) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) a) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) a) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) a (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) a) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 a (/.f64 (*.f64 c (*.f64 c a)) b)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))))) (+.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)))) (-.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (*.f64 a (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b))) (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) a) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)) a) (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))))) (neg.f64 (-.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 a (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)))) (neg.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) a)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a)) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)) a)) (neg.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b))) (-.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(-.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(-.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 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b)) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b)) (/.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b))) |
(fma.f64 c (/.f64 #s(literal -3/2 binary64) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 c (*.f64 (*.f64 c a) (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 c (*.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 c (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 #s(literal -3/2 binary64) (/.f64 c b) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 c (/.f64 #s(literal 1 binary64) b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 (*.f64 c a) (*.f64 c (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (*.f64 c #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (*.f64 c c) (*.f64 a (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c a)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal -3/2 binary64) b) c (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(fma.f64 (/.f64 c b) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) b) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (/.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b) (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)) (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b) (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (*.f64 c #s(literal 3/2 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) b) (*.f64 (*.f64 b b) (*.f64 c #s(literal -3/2 binary64)))) (*.f64 b (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b b) (*.f64 c #s(literal 3/2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (/.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b))) (neg.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64)))) (*.f64 b b)) (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) b) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64))))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 b #s(literal 1 binary64)))) (neg.f64 (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (neg.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64))))) (neg.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))))) (neg.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (*.f64 c #s(literal -3/2 binary64))))) (neg.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (*.f64 c #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) b) (*.f64 (*.f64 b b) (*.f64 c #s(literal -3/2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b b) (*.f64 c #s(literal 3/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 b b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (neg.f64 (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)))) (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))) (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64)))) (*.f64 b b))) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b) (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b c) (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) c) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 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 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) b) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) (/.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.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 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64))) (neg.f64 a)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) b))) (neg.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64)))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) (neg.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))) (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a)) #s(literal -3 binary64)) |
(/.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64)))))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(exp.f64 (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.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 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (/.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) (neg.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) (neg.f64 a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) #s(literal 0 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64)) #s(literal 0 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) #s(literal -3 binary64)) |
(pow.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -3 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 a (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 c a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 c a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 #s(literal 0 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64))) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64)) (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (/.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))))) (/.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 c (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal -3 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64)) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64))) (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1 binary64)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) #s(literal 0 binary64)) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 0 binary64)))) (neg.f64 (pow.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)))) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) #s(literal 0 binary64))) (neg.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 c (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (*.f64 c a) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal -3 binary64)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) #s(literal 0 binary64)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #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 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 #s(literal -3 binary64) c) a) |
(*.f64 c a) |
(*.f64 a c) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) #s(literal 0 binary64)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #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 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 #s(literal -3 binary64) c) a) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(exp.f64 (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.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 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) #s(literal -9/8 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (*.f64 b b)) b) |
(/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) b) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (*.f64 c a) (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 c (*.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 c (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 c a) (*.f64 c (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 9/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c c) (*.f64 a (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c a))) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (*.f64 b b))) |
(*.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 #s(literal -9/8 binary64) b)) |
(*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b))) |
(*.f64 (pow.f64 (/.f64 b c) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b #s(literal -9/8 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 c a))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 c a))) #s(literal -1 binary64)) (pow.f64 (/.f64 b #s(literal -9/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) #s(literal -1 binary64))) |
(*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) |
(*.f64 (*.f64 c a) (*.f64 c #s(literal -9/8 binary64))) |
(*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) |
(*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) |
(*.f64 (*.f64 c c) (*.f64 a #s(literal -9/8 binary64))) |
(*.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) c) |
(*.f64 (*.f64 #s(literal -9/8 binary64) c) (*.f64 c a)) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(+.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) #s(literal 0 binary64)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c #s(literal 0 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) c) a (neg.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 #s(literal 3 binary64) (*.f64 c a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (*.f64 (*.f64 b b) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(pow.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #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 #s(literal -27 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) |
(*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 #s(literal -3 binary64) c) a) |
| 1× | egg-herbie |
| 6568× | *-lowering-*.f32 |
| 6568× | *-lowering-*.f64 |
| 4920× | +-lowering-+.f64 |
| 4920× | +-lowering-+.f32 |
| 1426× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1032 | 11728 |
| 1 | 3675 | 10750 |
| 0 | 8393 | 10750 |
| 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 (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b)))) |
(* -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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) 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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(* -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) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(* -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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7)))))))))))) |
(* -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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -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))))) |
(+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))))) |
(* -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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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/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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(* -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)) |
(* -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)) |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
(* -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)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -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)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -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))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -3/2 (/ c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(* -3/2 (/ c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -3/2 (/ c b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(* -3/2 (/ c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))))) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* 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)))) |
(* -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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) 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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b)))) |
(* -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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(* -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) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(* -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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))))) |
(* -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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7)))))))))))) |
(* -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)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -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))))) |
(+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (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 (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (pow (sqrt -3) 2)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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/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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (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))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(* -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)) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* -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)) |
(* -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)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (pow c 2))) |
(* -9/8 (* a (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)) |
| 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 #s(literal -9/16 binary64) (/.f64 (*.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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 c c))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 b (*.f64 a #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)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* (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 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64)))) #s(literal -1/2 binary64)))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (*.f64 c (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))))))) (neg.f64 c)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) 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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(+.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 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64)))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (-.f64 (+.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 c a)))) #s(literal -1/2 binary64)) (/.f64 b #s(literal -3 binary64))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(/.f64 (-.f64 (-.f64 (-.f64 (+.f64 (+.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 #s(literal 1/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 c a)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.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 c a))))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) 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)))) (/ b (pow (sqrt 3) 2))) a)) |
(/.f64 (-.f64 (/.f64 b #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 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) a)) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a))) a)) a)) (neg.f64 a)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (*.f64 b (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 b (-.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64))))))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 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) (*.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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/32 binary64) (/.f64 (*.f64 (*.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 -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -27/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (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 (+.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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 6 binary64))))))) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.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 (*.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 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7)))))))))))) |
(*.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 c #s(literal 3 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 c c))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (+.f64 (/.f64 (-.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 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 c c)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.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 -3 binary64) b) #s(literal 3 binary64))) |
(+ (* -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))))) |
(-.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 3 binary64) (+.f64 (/.f64 (*.f64 c b) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64)) c))) c)) |
(+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(-.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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) 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 (*.f64 a (*.f64 c c)) #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 #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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))))) |
(*.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 a #s(literal 3 binary64)) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) 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 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.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 -3 binary64) b) #s(literal 3 binary64))) |
(+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(-.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 3 binary64) (+.f64 (/.f64 (*.f64 b a) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) a))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(-.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 b a)) #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) a)) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 c a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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 3 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 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 #s(literal -27/16 binary64) (/.f64 (*.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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.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 #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 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -3/8 binary64))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -3/8 binary64)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 c a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -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)) |
(* -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)) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
(* -1/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 -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)) (* -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)) (* -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)))) |
(* -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 (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.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 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.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 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.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 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))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 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 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* -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))) |
(* -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) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -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) |
(/ (+ (* -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) |
(/ (+ (* -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) |
(* -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 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.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)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.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)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b 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 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b 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 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* -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 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b 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 c (*.f64 a a)) (*.f64 b (*.f64 b 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 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -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) |
(/ (+ (* -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) |
(/ (+ (* -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) |
(* -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 (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a a) b)) #s(literal 9/8 binary64)) (*.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))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a a) b)) #s(literal 9/8 binary64)) (*.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))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a a) b)) #s(literal 9/8 binary64)) (*.f64 (*.f64 c a) #s(literal 3/2 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 (- (* -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 (- (* -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))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(* -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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) 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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) 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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b 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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b 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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* a (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 3/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/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)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (/.f64 b (*.f64 a #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 -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 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (*.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) (*.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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.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 -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) (/.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 #s(literal -2/3 binary64) (/.f64 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 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.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 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.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 #s(literal -9/16 binary64) (*.f64 (*.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 #s(literal -9/16 binary64) (/.f64 (*.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 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.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)))))) (*.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)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 b (*.f64 a #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) (/.f64 (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.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)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) 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 #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 b (*.f64 a #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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (+.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 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (+.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 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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 #s(literal -1/3 binary64) (*.f64 (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 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (/.f64 (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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) a)) a)) |
(* (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #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 #s(literal -27/16 binary64) (/.f64 (*.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 (*.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 #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 (*.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 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.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 6 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 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -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 #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 #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 #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 #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 #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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.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 (/.f64 b c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (/.f64 (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 (*.f64 a (*.f64 c c)) #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 #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 (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 #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 #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 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.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 #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 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.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 (/.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 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.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 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -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))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #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 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.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 (+.f64 #s(literal 1 binary64) (+.f64 (/.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))))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.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))))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c 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 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.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 (*.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 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.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 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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))))))) (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 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (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 b b) (/.f64 (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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 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 (*.f64 c 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 a (*.f64 c c)) #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 #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 #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 #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))))) |
(*.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 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)))) |
(* 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 (/.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 #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 #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 (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.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 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -1/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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/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 #s(literal -1/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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (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 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #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 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(+.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 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64)))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (-.f64 (+.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 c a)))) #s(literal -1/2 binary64)) (/.f64 b #s(literal -3 binary64))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(/.f64 (-.f64 (-.f64 (-.f64 (+.f64 (+.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 #s(literal 1/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 c a)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.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 c a))))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) 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)))) (/ b (pow (sqrt 3) 2))) a)) |
(/.f64 (-.f64 (/.f64 b #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 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) a)) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a))) a)) a)) (neg.f64 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 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 #s(literal -9/16 binary64) (/.f64 (*.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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 c c))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 b (*.f64 a #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)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* (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 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64)))) #s(literal -1/2 binary64)))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (*.f64 c (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))))))) (neg.f64 c)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (*.f64 b (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 b (-.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64))))))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 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) (*.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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/32 binary64) (/.f64 (*.f64 (*.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 -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -27/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (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 (+.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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 6 binary64))))))) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.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 (*.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 (*.f64 a (*.f64 c c)) #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 #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))) (* 3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))))) |
(*.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 a #s(literal 3 binary64)) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (+.f64 (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) 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 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.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 -3 binary64) b) #s(literal 3 binary64))) |
(+ (* -1 (/ (+ (* 3 (/ (* a b) (pow (sqrt 3) 2))) (* 3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(-.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 3 binary64) (+.f64 (/.f64 (*.f64 b a) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) a))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a))) a)) (* 3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(-.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 b a)) #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) a)) |
(* -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 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -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))) (* 3 (* c (+ (* -27/32 (/ (pow a 4) (pow b 7))) (* -27/128 (/ (pow a 4) (pow b 7)))))))))))) |
(*.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 c #s(literal 3 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))))) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 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))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 c c))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 3 (/ (+ (* -1 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4))))) (pow c 3))) (* 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)))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b #s(literal -3 binary64)) (+.f64 (/.f64 (-.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 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 c c)))))) |
(* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (/ b (pow (sqrt 3) 2))) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(+.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 -3 binary64) b) #s(literal 3 binary64))) |
(+ (* -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))))) |
(-.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 3 binary64) (+.f64 (/.f64 (*.f64 c b) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64)) c))) c)) |
(+ (* -1 (/ (+ (* -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 (* (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)))) (* -1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4))))) c))) c)) (* 3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) |
(-.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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) c)) c)) |
(* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (*.f64 c a)) (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* 3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) b) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))))) |
(+ (* -3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (- (* 1/2 (/ 1 (* a (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (* 3 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 c a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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 3 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 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 #s(literal -27/16 binary64) (/.f64 (*.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))) (* 3 (/ (+ (* -27/32 (* (pow a 4) (pow c 4))) (* -27/128 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.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 #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 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -3/8 binary64))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* 3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2))))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a c))) (* 9/16 (* (pow a 3) (pow c 3))))) (pow b 6))) (* 3 (/ (+ (* -3/4 (* (pow a 2) (pow c 2))) (* 3/8 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -3/8 binary64)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 c a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -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)) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* -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)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #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 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) |
(* -9/8 (* a (pow c 2))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 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)) |
Compiled 71728 to 4792 computations (93.3% saved)
56 alts after pruning (51 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2213 | 32 | 2245 |
| Fresh | 19 | 19 | 38 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 2 | 2 |
| Total | 2234 | 56 | 2290 |
| Status | Accuracy | Program |
|---|---|---|
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) | |
| ▶ | 82.3% | (/.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))) b) (*.f64 #s(literal 3 binary64) a)) |
| 82.4% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.4% | (/.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)) | |
| ▶ | 82.1% | (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| 64.8% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 82.5% | (/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) | |
| ✓ | 99.1% | (/.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| 99.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) | |
| 55.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))) | |
| 36.7% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 43.7% | (/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 55.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 82.4% | (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.7% | (/.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) | |
| ▶ | 82.5% | (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
| 82.4% | (/.f64 (*.f64 (/.f64 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) | |
| 82.4% | (/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.3% | (/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.6% | (/.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)) | |
| ✓ | 64.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 82.3% | (/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 82.2% | (/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 82.4% | (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.4% | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.4% | (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.3% | (/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.3% | (/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) | |
| 82.3% | (/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) | |
| 82.4% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) | |
| 55.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)))))))) | |
| ▶ | 64.8% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| 55.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))) | |
| 82.7% | (+.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)))) | |
| 89.0% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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))))) | |
| 82.5% | (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) | |
| 55.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 55.4% | (*.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)) | |
| 99.3% | (*.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) | |
| 82.4% | (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) | |
| 55.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)) | |
| ✓ | 64.8% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 99.0% | (*.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) | |
| 82.4% | (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) | |
| 82.5% | (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) | |
| ▶ | 99.3% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
| 11.5% | (*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) | |
| 82.6% | (*.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))) | |
| 82.5% | (*.f64 a (+.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 b a)))) | |
| 99.3% | (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
Compiled 2701 to 1700 computations (37.1% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 768 | (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
| ✓ | cost-diff | 768 | (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) |
| ✓ | cost-diff | 1024 | (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
| ✓ | cost-diff | 1280 | (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
| ✓ | cost-diff | 128 | (+.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))) |
| ✓ | cost-diff | 128 | (/.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) |
| ✓ | cost-diff | 128 | (/.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))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 c (*.f64 b b)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
| ✓ | cost-diff | 128 | (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
| ✓ | cost-diff | 128 | (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal -3 binary64)) |
| ✓ | cost-diff | 384 | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
| 6790× | *-lowering-*.f32 |
| 6790× | *-lowering-*.f64 |
| 3438× | /-lowering-/.f32 |
| 3438× | /-lowering-/.f64 |
| 1216× | associate-/l* |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 738 |
| 1 | 247 | 708 |
| 2 | 973 | 695 |
| 3 | 4636 | 629 |
| 4 | 6075 | 627 |
| 0 | 8168 | 627 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (* a -3) (/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)))) |
(* a -3) |
a |
-3 |
(/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3))) |
c |
(* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)) |
(+ b (sqrt (+ (* a (* c -3)) (* b b)))) |
b |
(sqrt (+ (* a (* c -3)) (* b b))) |
(+ (* a (* c -3)) (* b b)) |
(* a (* c -3)) |
(* c -3) |
(* b b) |
(* a 3) |
3 |
(/ 1 (/ b (* c -1/2))) |
1 |
(/ b (* c -1/2)) |
b |
(* c -1/2) |
c |
-1/2 |
(/ (+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) (* b (* b b))) |
(+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) |
(* -1/2 (* c (* b b))) |
-1/2 |
(* c (* b b)) |
c |
(* b b) |
b |
(* -3/8 (* a (* c c))) |
-3/8 |
(* a (* c c)) |
a |
(* c c) |
(* b (* b b)) |
(/ (/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) (* 3 a)) |
(/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) |
(+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) |
(* (* c a) -3/2) |
(* c a) |
c |
a |
-3/2 |
(/ (* (* -9/8 (* a a)) (* c c)) (* b b)) |
(* (* -9/8 (* a a)) (* c c)) |
(* -9/8 (* a a)) |
-9/8 |
(* a a) |
(* c c) |
(* b b) |
b |
(* 3 a) |
3 |
(/ (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) (* 3 a)) |
(/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) |
(* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) |
(+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) |
(/ (* (* c (* c c)) -27/8) (* b (* b b))) |
(* (* c (* c c)) -27/8) |
(* c (* c c)) |
c |
(* c c) |
-27/8 |
(* b (* b b)) |
b |
(* b b) |
(/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b)))) |
(* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) |
-729/512 |
(/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b))) |
(* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) |
(* (* c a) (* (* c a) (* c a))) |
(* c a) |
a |
(* (* c a) (* c a)) |
(* (* b b) (* (* b b) (* b b))) |
(* (* b b) (* b b)) |
(+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8))))) |
(/ (/ (* c -3/2) b) (/ b (* c -3/2))) |
(/ (* c -3/2) b) |
(* c -3/2) |
-3/2 |
(/ b (* c -3/2)) |
(/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))) |
(/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) |
(- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) |
(* (* c (* c a)) (/ -9/8 (* b b))) |
(* c (* c a)) |
(/ -9/8 (* b b)) |
-9/8 |
(/ (* b (* b b)) (* c (* (* c a) -9/8))) |
(* c (* (* c a) -9/8)) |
(* (* c a) -9/8) |
(* 3 a) |
3 |
| Outputs |
|---|
(* (* a -3) (/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3))) |
(/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
c |
(* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) |
(+ b (sqrt (+ (* a (* c -3)) (* b b)))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) |
b |
(sqrt (+ (* a (* c -3)) (* b b))) |
(sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) |
(+ (* a (* c -3)) (* b b)) |
(+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)) |
(* a (* c -3)) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(* c -3) |
(*.f64 #s(literal -3 binary64) c) |
(* b b) |
(*.f64 b b) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ 1 (/ b (* c -1/2))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
1 |
#s(literal 1 binary64) |
(/ b (* c -1/2)) |
(/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
b |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
(/ (+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) (* b (* b b))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b #s(literal -1/2 binary64))))) (*.f64 b (*.f64 b b))) |
(+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b #s(literal -1/2 binary64))))) |
(* -1/2 (* c (* b b))) |
(*.f64 c (*.f64 b (*.f64 b #s(literal -1/2 binary64)))) |
-1/2 |
#s(literal -1/2 binary64) |
(* c (* b b)) |
(*.f64 c (*.f64 b b)) |
c |
(* b b) |
(*.f64 b b) |
b |
(* -3/8 (* a (* c c))) |
(*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
-3/8 |
#s(literal -3/8 binary64) |
(* a (* c c)) |
(*.f64 a (*.f64 c c)) |
a |
(* c c) |
(*.f64 c c) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(/ (/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) (* 3 a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64))) (*.f64 b b)))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) |
(/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64))) (*.f64 b b)))) b) |
(+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64))) (*.f64 b b)))) |
(* (* c a) -3/2) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* c a) |
(*.f64 a c) |
c |
a |
-3/2 |
#s(literal -3/2 binary64) |
(/ (* (* -9/8 (* a a)) (* c c)) (* b b)) |
(/.f64 (*.f64 c (*.f64 a (*.f64 (*.f64 a c) #s(literal -9/8 binary64)))) (*.f64 b b)) |
(* (* -9/8 (* a a)) (* c c)) |
(*.f64 c (*.f64 a (*.f64 (*.f64 a c) #s(literal -9/8 binary64)))) |
(* -9/8 (* a a)) |
(*.f64 a (*.f64 a #s(literal -9/8 binary64))) |
-9/8 |
#s(literal -9/8 binary64) |
(* a a) |
(*.f64 a a) |
(* c c) |
(*.f64 c c) |
(* b b) |
(*.f64 b b) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) (* 3 a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) b) b) (+.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal -729/512 binary64) (*.f64 b b)))))) (*.f64 c (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal -3/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9/8 binary64)) (*.f64 b b)) #s(literal 3/2 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64)))))))) |
(/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) |
(/.f64 (*.f64 a (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) b) b) (+.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal -729/512 binary64) (*.f64 b b)))))) (*.f64 c (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal -3/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9/8 binary64)) (*.f64 b b)) #s(literal 3/2 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64)))))))) |
(* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) |
(*.f64 a (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) b) b) (+.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal -729/512 binary64) (*.f64 b b)))))) |
(+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) |
(*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c (*.f64 c c)) b) b) b) (+.f64 #s(literal -27/8 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal -729/512 binary64) (*.f64 b b))))) |
(/ (* (* c (* c c)) -27/8) (* b (* b b))) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b b))) |
(* (* c (* c c)) -27/8) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -27/8 binary64)))) |
(* c (* c c)) |
(*.f64 c (*.f64 c c)) |
c |
(* c c) |
(*.f64 c c) |
-27/8 |
#s(literal -27/8 binary64) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
b |
(* b b) |
(*.f64 b b) |
(/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b)))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal -729/512 binary64) (*.f64 b b)) b) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) |
(/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))))))) (*.f64 b (*.f64 b b))) |
-729/512 |
#s(literal -729/512 binary64) |
(/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b))) |
(/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 b (*.f64 b b))) |
(* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) |
(*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))))) |
(* (* c a) (* (* c a) (* c a))) |
(*.f64 a (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) |
(* c a) |
(*.f64 a c) |
a |
(* (* c a) (* c a)) |
(*.f64 c (*.f64 a (*.f64 a c))) |
(* (* b b) (* (* b b) (* b b))) |
(*.f64 b (*.f64 b (*.f64 (*.f64 b b) (*.f64 b b)))) |
(* (* b b) (* b b)) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal -3/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9/8 binary64)) (*.f64 b b)) #s(literal 3/2 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64))))))) |
(/ (/ (* c -3/2) b) (/ b (* c -3/2))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) |
(/ (* c -3/2) b) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) b)) |
(* c -3/2) |
(*.f64 c #s(literal -3/2 binary64)) |
-3/2 |
#s(literal -3/2 binary64) |
(/ b (* c -3/2)) |
(/.f64 (/.f64 b c) #s(literal -3/2 binary64)) |
(/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))) |
(/.f64 (*.f64 (/.f64 c b) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9/8 binary64)) (*.f64 b b)) #s(literal 3/2 binary64))) (/.f64 (*.f64 b (/.f64 (*.f64 b b) c)) (*.f64 (*.f64 a c) #s(literal -9/8 binary64)))) |
(/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) |
(*.f64 (/.f64 c b) (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9/8 binary64)) (*.f64 b b)) #s(literal 3/2 binary64))) |
(- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a c) #s(literal -9/8 binary64)) (*.f64 b b)) #s(literal 3/2 binary64))) |
(* (* c (* c a)) (/ -9/8 (* b b))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64))) (*.f64 b b)) |
(* c (* c a)) |
(*.f64 a (*.f64 c c)) |
(/ -9/8 (* b b)) |
(/.f64 #s(literal -9/8 binary64) (*.f64 b b)) |
-9/8 |
#s(literal -9/8 binary64) |
(/ (* b (* b b)) (* c (* (* c a) -9/8))) |
(/.f64 (*.f64 b (/.f64 (*.f64 b b) c)) (*.f64 (*.f64 a c) #s(literal -9/8 binary64))) |
(* c (* (* c a) -9/8)) |
(*.f64 a (*.f64 (*.f64 c c) #s(literal -9/8 binary64))) |
(* (* c a) -9/8) |
(*.f64 (*.f64 a c) #s(literal -9/8 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) |
| ✓ | accuracy | 99.3% | (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 b b) (*.f64 b b)) |
| ✓ | accuracy | 99.2% | (*.f64 (*.f64 c a) (*.f64 c a)) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
| ✓ | accuracy | 99.3% | (/.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))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.6% | (*.f64 c (*.f64 b b)) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
| ✓ | accuracy | 99.5% | (*.f64 a (*.f64 c c)) |
| ✓ | accuracy | 99.4% | (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 100.0% | (/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.5% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| ✓ | accuracy | 99.6% | (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 a (*.f64 c #s(literal -3 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
| 284.0ms | 256× | 0 | valid |
Compiled 992 to 74 computations (92.5% saved)
ival-mult: 79.0ms (42.9% of total)ival-div: 74.0ms (40.2% of total)ival-sqrt: 21.0ms (11.4% of total)ival-add: 7.0ms (3.8% of total)ival-sub: 1.0ms (0.5% of total)const: 1.0ms (0.5% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (* a -3) (/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3))))> |
#<alt (* a -3)> |
#<alt (/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)))> |
#<alt (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3))> |
#<alt (/ 1 (/ b (* c -1/2)))> |
#<alt (/ b (* c -1/2))> |
#<alt (* c -1/2)> |
#<alt (/ (+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) (* b (* b b)))> |
#<alt (+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c))))> |
#<alt (* -1/2 (* c (* b b)))> |
#<alt (* c (* b b))> |
#<alt (/ (/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) (* 3 a))> |
#<alt (/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b)> |
#<alt (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b)))> |
#<alt (* (* c a) -3/2)> |
#<alt (/ (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) (* 3 a))> |
#<alt (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8))))))> |
#<alt (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a)> |
#<alt (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b)))))> |
#<alt (* a (* c -3))> |
#<alt (* a (* c c))> |
#<alt (* -3/8 (* a (* c c)))> |
#<alt (/ (* (* -9/8 (* a a)) (* c c)) (* b b))> |
#<alt (* (* -9/8 (* a a)) (* c c))> |
#<alt (* (* c a) (* c a))> |
#<alt (* (* b b) (* b b))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) 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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b))))> |
#<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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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) (* -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 (/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))))))))))> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* 1/6 (/ c (* a b)))> |
#<alt (* c (+ (* 1/8 (/ c (pow b 3))) (* 1/6 (/ 1 (* a b)))))> |
#<alt (* c (+ (* c (+ (* 3/16 (/ (* a c) (pow b 5))) (* 1/8 (/ 1 (pow b 3))))) (* 1/6 (/ 1 (* a b)))))> |
#<alt (* c (+ (* c (+ (* c (+ (* -1/3 (* c (+ (* -27/32 (/ (pow a 2) (pow b 7))) (* -27/128 (/ (pow a 2) (pow b 7)))))) (* 3/16 (/ a (pow b 5))))) (* 1/8 (/ 1 (pow b 3))))) (* 1/6 (/ 1 (* a b)))))> |
#<alt (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))))> |
#<alt (- (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 3) (pow (sqrt -3) 4))))) (pow c 3))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) (+ (* -1/3 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))))))> |
#<alt (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt 3) 2)))))> |
#<alt (+ (* -1 (/ (- (+ (* -1/6 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 1/3 (/ (* b c) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* 1/6 (/ (* (pow b 3) c) (* (pow a 3) (pow (sqrt 3) 4))))) (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* 1/3 (/ (* b c) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) (* b (- (* -1/3 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3))))))) (* 1/3 (/ 1 (* (pow a 2) (pow (sqrt -3) 2)))))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) (* b (- (* b (+ (* -1/3 (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))))) (* 1/3 (* b (- (* 1/2 (/ 1 (* (pow a 3) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))))) (* 1/3 (/ 1 (* (pow a 2) (pow (sqrt -3) 2)))))))> |
#<alt (* 1/6 (/ c (* a b)))> |
#<alt (/ (+ (* 1/8 (/ (pow c 2) (pow b 2))) (* 1/6 (/ c a))) b)> |
#<alt (/ (+ (* 1/8 (/ (pow c 2) (pow b 2))) (+ (* 1/6 (/ c a)) (* 3/16 (/ (* a (pow c 3)) (pow b 4))))) b)> |
#<alt (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 4))) (* -27/128 (* (pow a 2) (pow c 4)))) (pow b 6))) (+ (* 1/8 (/ (pow c 2) (pow b 2))) (+ (* 1/6 (/ c a)) (* 3/16 (/ (* a (pow c 3)) (pow b 4)))))) b)> |
#<alt (* 2/9 (/ b (pow a 2)))> |
#<alt (* -1 (* b (- (* 1/6 (/ c (* a (pow b 2)))) (* 2/9 (/ 1 (pow a 2))))))> |
#<alt (* -1 (* b (- (+ (* -1/3 (/ (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2))) (pow b 4))) (* 1/6 (/ c (* a (pow b 2))))) (* 2/9 (/ 1 (pow a 2))))))> |
#<alt (* -1 (* b (- (+ (* -1/3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 3) c))) (* 9/16 (* a (pow c 3))))) (pow b 6))) (+ (* -1/3 (/ (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2))) (pow b 4))) (* 1/6 (/ c (* a (pow b 2)))))) (* 2/9 (/ 1 (pow a 2))))))> |
#<alt (* 1/6 (/ c (* a b)))> |
#<alt (/ (+ (* 1/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/6 (/ c b))) a)> |
#<alt (/ (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* 3/16 (/ (* a (pow c 3)) (pow b 5)))))) a)> |
#<alt (/ (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -1/3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))) (* 3/16 (/ (pow c 3) (pow b 5)))))))) a)> |
#<alt (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))) (pow a 2))> |
#<alt (/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))))) (pow a 2))> |
#<alt (/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))))) (pow a 2))> |
#<alt (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (/ (+ (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (pow (sqrt 3) 2)))) (pow a 2))> |
#<alt (/ (+ (* -1 (/ (+ (* -1/3 (/ (* a b) (pow (sqrt 3) 2))) (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) (pow a 2))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) a)) (* -1/3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) (pow a 2))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* 3 (* a b)) (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a))))> |
#<alt (+ (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))))))> |
#<alt (* 6 (* a b))> |
#<alt (* b (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a)))> |
#<alt (* b (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))))> |
#<alt (* b (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))))> |
#<alt (* 9/2 (/ (* (pow a 2) c) b))> |
#<alt (* -1 (/ (+ (* -9/2 (* (pow a 2) c)) (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 2) c)) (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b))> |
#<alt (* -1 (/ (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 2) c)) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b))> |
#<alt (* 6 (* a b))> |
#<alt (* a (+ (* -9/2 (/ (* a c) b)) (* 6 b)))> |
#<alt (* a (+ (* 6 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))))> |
#<alt (* a (+ (* 6 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 3) c)) (sqrt -3)))> |
#<alt (* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a))))> |
#<alt (* (pow a 2) (+ (* 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 2) (+ (* -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 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 b) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 b) (* -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))) a))))> |
#<alt (* 6 (* a b))> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) b)) (* 6 (* a b)))> |
#<alt (+ (* 6 (* a b)) (* c (+ (* -9/2 (/ (pow a 2) b)) (* -27/8 (/ (* (pow a 3) c) (pow b 3))))))> |
#<alt (+ (* 6 (* a b)) (* c (+ (* -9/2 (/ (pow a 2) b)) (* c (+ (* -81/16 (/ (* (pow a 4) c) (pow b 5))) (* -27/8 (/ (pow a 3) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* c (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c))))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (/ (* a b) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (* a b))) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<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 (* -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/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -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)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) 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)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))))> |
#<alt (* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))))> |
#<alt (* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a)))> |
#<alt (* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a)))> |
#<alt (* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a)))> |
#<alt (* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a)))> |
#<alt (* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2))))> |
#<alt (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2))))> |
#<alt (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2))))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2))))> |
#<alt (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2))))> |
#<alt (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2))))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2))))> |
#<alt (* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2))))> |
#<alt (* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2))))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a)))))> |
#<alt (* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a)))))> |
#<alt (* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a)))))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* -1/2 (* (pow b 2) c))> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* (pow b 2) c)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -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)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) 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)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 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 (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -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))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -3/2 (* a c))> |
#<alt (* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* -3/2 (* a c))> |
#<alt (* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (* -3/2 (* a c))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (* -3/2 (* a c))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (* c (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5)))))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -1/3 (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5))))) (* -1/4 (/ (* a (* c (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5)))))) (pow b 2))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) (pow c 2)))) (/ 1/2 (* b c))))> |
#<alt (* (pow c 2) (- (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 (/ b a)) (* 2 (/ b a)))) (* a (pow c 3)))) (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) (pow c 2))))) (/ 1/2 (* b c))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* 1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) c)) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 (/ b a)) (* 2 (/ b a)))) (* a c))) (* -1/3 (+ (* -2 (/ b a)) (* 2 (/ b a))))) c)) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (* -1/4 (/ (* a (* c (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))))) (pow b 6)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b))> |
#<alt (* -1 (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* -1/4 (/ (* a (* c (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))))) (pow b 6))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) 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 (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (* a (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -1/3 (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5))))) (* -1/4 (/ (* a (* c (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (pow b 2))))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (/ (+ (* -2 b) (* 2 b)) (pow a 2))))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* (pow a 3) c))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (/ (+ (* -2 b) (* 2 b)) (pow a 2)))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 1/3 (/ (+ (* -2 b) (* 2 b)) a))) a)) (* 3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (* -1/3 (+ (* -2 b) (* 2 b)))) a)) (* -1/2 (/ c b))) a)) (* 3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (- (* -1 (* c (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (* 9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (- (* c (- (* -3/4 (/ (* a (* c (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (pow b 2))) (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (* 9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (- (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 b) (* 2 b)) (pow c 2)))) (* 3/2 (/ a (* b c)))))> |
#<alt (* (pow c 2) (- (+ (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a (pow c 3)))) (* -9/8 (/ (pow a 2) (pow b 3)))) (+ (* -2 (/ b (pow c 2))) (+ (* 3/2 (/ a (* b c))) (* 2 (/ b (pow c 2)))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (- (+ (* -2 (/ b c)) (* 2 (/ b c))) (* -3/2 (/ a b))) c))))> |
#<alt (* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (- (* -1 (/ (- (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (+ (* -2 b) (* 2 b))) c)) (* -3/2 (/ a b))) c))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 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 (/ (- (+ (* -3/2 (* a c)) (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))) (pow b 4)))) (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (- (+ (* -3/2 (* a c)) (* -3/4 (/ (* a (* c (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))))) (pow b 6)))) (+ (* -27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* 27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (* 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 (/ (- (+ (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (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 (* -1 (/ (- (+ (* -3/4 (/ (* a (* c (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))))) (pow b 6))) (* 3/2 (* a c))) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (* 27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) b))> |
#<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 (- (* -1 (* a (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (* 9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (- (* a (- (* -3/4 (/ (* a (* c (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (pow b 2))) (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (* 9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (- (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 b) (* 2 b)) (pow a 2)))) (* 3/2 (/ c (* a b)))))> |
#<alt (* (pow a 2) (- (+ (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* (pow a 3) c))) (* -9/8 (/ (pow c 2) (pow b 3)))) (+ (* -2 (/ b (pow a 2))) (+ (* 3/2 (/ c (* a b))) (* 2 (/ b (pow a 2)))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ (+ (* -2 b) (* 2 b)) a)) (* 3/2 (/ c b))) a))))> |
#<alt (* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ (+ (* -2 b) (+ (* 4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (* 2 b))) a)) (* 3/2 (/ c b))) a))))> |
#<alt (* -27/8 (/ (* a (pow c 3)) (pow b 3)))> |
#<alt (* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9)))))> |
#<alt (* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9)))))> |
#<alt (* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9)))))> |
#<alt (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9)))> |
#<alt (* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9)))))> |
#<alt (* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9)))))> |
#<alt (* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9)))))> |
#<alt (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9)))> |
#<alt (* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9)))))> |
#<alt (* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9)))))> |
#<alt (* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9)))))> |
#<alt (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9)))> |
#<alt (/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9))> |
#<alt (/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9))> |
#<alt (/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9))> |
#<alt (* -27/8 (/ (* a (pow c 3)) (pow b 3)))> |
#<alt (/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3))> |
#<alt (/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3))> |
#<alt (/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3))> |
#<alt (* -27/8 (/ (* a (pow c 3)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3)))> |
#<alt (* -27/8 (/ (* a (pow c 3)) (pow b 3)))> |
#<alt (* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))))> |
#<alt (* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))))> |
#<alt (* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))))> |
#<alt (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9)))> |
#<alt (* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9)))> |
#<alt (* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* -27/8 (/ (pow c 3) (pow b 3)))> |
#<alt (* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3)))))> |
#<alt (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))> |
#<alt (* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3))))))> |
#<alt (* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3))))))> |
#<alt (* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3))))))> |
#<alt (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))> |
#<alt (* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3))))))> |
#<alt (* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3))))))> |
#<alt (* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3))))))> |
#<alt (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))> |
#<alt (/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9))> |
#<alt (/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9))> |
#<alt (/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9))> |
#<alt (* -27/8 (/ (pow c 3) (pow b 3)))> |
#<alt (/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3))> |
#<alt (/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3))> |
#<alt (/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3))> |
#<alt (* -27/8 (/ (pow c 3) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3)))> |
#<alt (* -27/8 (/ (pow c 3) (pow b 3)))> |
#<alt (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))> |
#<alt (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))> |
#<alt (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))> |
#<alt (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))> |
#<alt (* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9)))))> |
#<alt (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))> |
#<alt (* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))))))> |
#<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 (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/8 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
186 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 35.0ms | a | @ | -inf | (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) |
| 22.0ms | a | @ | inf | (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)) |
| 4.0ms | b | @ | 0 | (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) |
| 4.0ms | b | @ | 0 | (/ (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) (* 3 a)) |
| 2.0ms | a | @ | 0 | (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) |
| 1× | batch-egg-rewrite |
| 4232× | *-lowering-*.f32 |
| 4232× | *-lowering-*.f64 |
| 3236× | /-lowering-/.f32 |
| 3236× | /-lowering-/.f64 |
| 1430× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 408 |
| 1 | 466 | 358 |
| 2 | 5251 | 356 |
| 0 | 8184 | 356 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (* a -3) (/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)))) |
(* a -3) |
(/ c (* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3))) |
(* (+ b (sqrt (+ (* a (* c -3)) (* b b)))) (* a 3)) |
(/ 1 (/ b (* c -1/2))) |
(/ b (* c -1/2)) |
(* c -1/2) |
(/ (+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) (* b (* b b))) |
(+ (* -1/2 (* c (* b b))) (* -3/8 (* a (* c c)))) |
(* -1/2 (* c (* b b))) |
(* c (* b b)) |
(/ (/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) (* 3 a)) |
(/ (+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) b) |
(+ (* (* c a) -3/2) (/ (* (* -9/8 (* a a)) (* c c)) (* b b))) |
(* (* c a) -3/2) |
(/ (/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) (* 3 a)) |
(/ (* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) (+ (/ (/ (* c -3/2) b) (/ b (* c -3/2))) (/ (/ (- (* (* c (* c a)) (/ -9/8 (* b b))) (* c -3/2)) b) (/ (* b (* b b)) (* c (* (* c a) -9/8)))))) |
(* (+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) a) |
(+ (/ (* (* c (* c c)) -27/8) (* b (* b b))) (/ (* -729/512 (/ (* (* c (* c c)) (* (* c a) (* (* c a) (* c a)))) (* b (* b b)))) (* (* b b) (* (* b b) (* b b))))) |
(* a (* c -3)) |
(* a (* c c)) |
(* -3/8 (* a (* c c))) |
(/ (* (* -9/8 (* a a)) (* c c)) (* b b)) |
(* (* -9/8 (* a a)) (* c c)) |
(* (* c a) (* c a)) |
(* (* b b) (* b b)) |
| Outputs |
|---|
(/.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 #s(literal -3 binary64) c)))) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) |
(/.f64 (neg.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3 binary64))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (*.f64 #s(literal -3 binary64) c))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c)))) |
(*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))))) |
(*.f64 c (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.f64 a #s(literal -3 binary64))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -3 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) a) |
(*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (/.f64 c (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (*.f64 (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) a) #s(literal -3 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 3 binary64))) |
(neg.f64 (*.f64 a #s(literal 3 binary64))) |
(*.f64 a #s(literal -3 binary64)) |
(*.f64 #s(literal -3 binary64) a) |
(*.f64 #s(literal 3 binary64) (neg.f64 a)) |
(*.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (neg.f64 a) #s(literal 3 binary64)) |
(neg.f64 (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 c (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) #s(literal 3 binary64)) a) |
(pow.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) c) |
(*.f64 (/.f64 c (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a)) |
(+.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(+.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)) #s(literal 3/2 binary64))) (*.f64 a #s(literal 3 binary64))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(*.f64 a (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) |
(*.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) #s(literal 3 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) b) |
(pow.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -2 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) c) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) c) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b c)) #s(literal -1/2 binary64)) |
(neg.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) |
(/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 b (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) |
(/.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(/.f64 (/.f64 b c) #s(literal -1/2 binary64)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 c #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 b c)) #s(literal 1/2 binary64)) |
(/.f64 (/.f64 b #s(literal -1/2 binary64)) c) |
(pow.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #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 (/.f64 b c) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 b c) #s(literal -2 binary64)) |
(*.f64 (/.f64 #s(literal -2 binary64) c) b) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.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)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.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))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.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))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b (*.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)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) b) (*.f64 b b)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.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))))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) b) b) b) |
(pow.f64 (/.f64 (*.f64 b (*.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))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.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))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.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))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) b) (/.f64 #s(literal 1 binary64) (*.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)))) |
(+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))))) (/.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c)))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(fma.f64 (*.f64 c (*.f64 b b)) #s(literal -1/2 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))) |
(fma.f64 (*.f64 a (*.f64 c c)) #s(literal -3/8 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))) |
(fma.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 c c) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))))) (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b))))) (*.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) #s(literal -27/512 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (-.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 c (*.f64 b b)) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 9/64 binary64) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c)))))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(*.f64 c (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(*.f64 (*.f64 c (*.f64 b b)) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 c b) (*.f64 b #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c b)) b) |
(*.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) b) b) |
(*.f64 c (*.f64 b b)) |
(*.f64 b (*.f64 c b)) |
(*.f64 (*.f64 b b) c) |
(*.f64 (*.f64 c b) b) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 #s(literal 3 binary64) b)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 #s(literal 3 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) #s(literal 1 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 #s(literal 3 binary64) b))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 a #s(literal 3 binary64))) b) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) a) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 #s(literal 3 binary64) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (*.f64 #s(literal 3 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (*.f64 b (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) (*.f64 b (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (/.f64 #s(literal 1 binary64) b)) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) (/.f64 #s(literal 1 binary64) b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) |
(pow.f64 (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) b)) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(fma.f64 c (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) |
(fma.f64 (*.f64 a c) #s(literal -3/2 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 a c) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) |
(fma.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) b) (/.f64 (*.f64 c c) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 9/4 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)))) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 (*.f64 a c) #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 a c)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) a) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) c) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) a) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 1 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 a #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) |
(/.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) a) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 a (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) a) (/.f64 (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) #s(literal 3 binary64)) (/.f64 (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) a)) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) a)) |
(neg.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) #s(literal 1 binary64))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))) a) (*.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) a) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) a) (*.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) #s(literal 1 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))) (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 a (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(*.f64 (/.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) (/.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64)) (/.f64 b (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))))))) (/.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64)) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) b) b) b))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))) (/.f64 (*.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))) (-.f64 (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))) (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c)))))))) (-.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 9/4 binary64)) (*.f64 b b)) (/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 a c) (/.f64 (*.f64 b b) #s(literal -9/8 binary64))) #s(literal -3/2 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))))))) |
(+.f64 (*.f64 a (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 a (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(+.f64 (*.f64 a (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 a (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))))) |
(+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) a) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) a)) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) a) (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))) a) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) a) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) a) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) a) |
(+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) b) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(fma.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(fma.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -729/512 binary64) (*.f64 b b)) (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c c)) b) (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) (+.f64 (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal 1 binary64))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 b b) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b b) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)))) (*.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))))) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 b (*.f64 b b))) #s(literal 729/512 binary64)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) (neg.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))))) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b)))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 531441/262144 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/8 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 (*.f64 #s(literal -3 binary64) c) a) |
(*.f64 (*.f64 a c) #s(literal -3 binary64)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 a (*.f64 c c)) |
(*.f64 c (*.f64 a c)) |
(*.f64 (*.f64 c c) a) |
(*.f64 (*.f64 a c) c) |
(*.f64 a (*.f64 (*.f64 c c) #s(literal -3/8 binary64))) |
(*.f64 c (*.f64 (*.f64 a c) #s(literal -3/8 binary64))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 c c) (*.f64 a #s(literal -3/8 binary64))) |
(*.f64 (*.f64 a c) (*.f64 c #s(literal -3/8 binary64))) |
(*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/8 binary64)) |
(*.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 c c)) |
(*.f64 (*.f64 #s(literal -3/8 binary64) c) (*.f64 a c)) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) c) |
(*.f64 (*.f64 (*.f64 a #s(literal -3/8 binary64)) c) c) |
(neg.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)))) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))))) |
(/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) b) (*.f64 c c)) b) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) b)) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 b b))) |
(*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)))) |
(*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c c) (*.f64 b b)))) |
(*.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (/.f64 (*.f64 c c) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) b) (/.f64 (*.f64 c c) b)) |
(*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) |
(*.f64 (*.f64 a #s(literal -9/8 binary64)) (*.f64 a (/.f64 (*.f64 c c) (*.f64 b b)))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (/.f64 c (*.f64 b b))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) (*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) |
(*.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) b) (/.f64 c b)) |
(*.f64 c (*.f64 c (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) |
(*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -9/8 binary64) (*.f64 c c))) |
(*.f64 (*.f64 a (*.f64 a #s(literal -9/8 binary64))) (*.f64 c c)) |
(*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) a) |
(*.f64 (*.f64 a #s(literal -9/8 binary64)) (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 a #s(literal -9/8 binary64)))) c) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/8 binary64)) (*.f64 a a)) |
(exp.f64 (*.f64 (log.f64 (*.f64 a c)) #s(literal 2 binary64))) |
(pow.f64 (*.f64 a c) #s(literal 2 binary64)) |
(*.f64 a (*.f64 a (*.f64 c c))) |
(*.f64 c (*.f64 a (*.f64 a c))) |
(*.f64 c (*.f64 c (*.f64 a a))) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(*.f64 (*.f64 a c) (*.f64 a c)) |
(*.f64 (*.f64 a a) (*.f64 c c)) |
(*.f64 (*.f64 a (*.f64 c c)) a) |
(*.f64 (*.f64 a (*.f64 a c)) c) |
(*.f64 (pow.f64 (*.f64 a c) #s(literal 1 binary64)) (pow.f64 (*.f64 a c) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 2 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 2 binary64)) |
(*.f64 b (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(*.f64 (*.f64 b (*.f64 b b)) b) |
(*.f64 (pow.f64 (*.f64 b b) #s(literal 1 binary64)) (pow.f64 (*.f64 b b) #s(literal 1 binary64))) |
| 1× | egg-herbie |
| 6386× | *-lowering-*.f32 |
| 6386× | *-lowering-*.f64 |
| 3032× | +-lowering-+.f64 |
| 3032× | +-lowering-+.f32 |
| 1900× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1240 | 11619 |
| 1 | 4401 | 10269 |
| 0 | 8403 | 10269 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) 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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b)))) |
(* -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)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (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 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(* -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) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* 1/6 (/ c (* a b))) |
(* c (+ (* 1/8 (/ c (pow b 3))) (* 1/6 (/ 1 (* a b))))) |
(* c (+ (* c (+ (* 3/16 (/ (* a c) (pow b 5))) (* 1/8 (/ 1 (pow b 3))))) (* 1/6 (/ 1 (* a b))))) |
(* c (+ (* c (+ (* c (+ (* -1/3 (* c (+ (* -27/32 (/ (pow a 2) (pow b 7))) (* -27/128 (/ (pow a 2) (pow b 7)))))) (* 3/16 (/ a (pow b 5))))) (* 1/8 (/ 1 (pow b 3))))) (* 1/6 (/ 1 (* a b))))) |
(* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) |
(+ (* -1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) |
(- (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 3) (pow (sqrt -3) 4))))) (pow c 3))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) (+ (* -1/3 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2))))))) |
(* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt 3) 2))))) |
(+ (* -1 (/ (- (+ (* -1/6 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 1/3 (/ (* b c) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* 1/6 (/ (* (pow b 3) c) (* (pow a 3) (pow (sqrt 3) 4))))) (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* 1/3 (/ (* b c) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) |
(+ (* -1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) |
(+ (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) (* b (- (* -1/3 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3))))))) (* 1/3 (/ 1 (* (pow a 2) (pow (sqrt -3) 2))))))) |
(+ (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) (* b (- (* b (+ (* -1/3 (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))))) (* 1/3 (* b (- (* 1/2 (/ 1 (* (pow a 3) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))))) (* 1/3 (/ 1 (* (pow a 2) (pow (sqrt -3) 2))))))) |
(* 1/6 (/ c (* a b))) |
(/ (+ (* 1/8 (/ (pow c 2) (pow b 2))) (* 1/6 (/ c a))) b) |
(/ (+ (* 1/8 (/ (pow c 2) (pow b 2))) (+ (* 1/6 (/ c a)) (* 3/16 (/ (* a (pow c 3)) (pow b 4))))) b) |
(/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 4))) (* -27/128 (* (pow a 2) (pow c 4)))) (pow b 6))) (+ (* 1/8 (/ (pow c 2) (pow b 2))) (+ (* 1/6 (/ c a)) (* 3/16 (/ (* a (pow c 3)) (pow b 4)))))) b) |
(* 2/9 (/ b (pow a 2))) |
(* -1 (* b (- (* 1/6 (/ c (* a (pow b 2)))) (* 2/9 (/ 1 (pow a 2)))))) |
(* -1 (* b (- (+ (* -1/3 (/ (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2))) (pow b 4))) (* 1/6 (/ c (* a (pow b 2))))) (* 2/9 (/ 1 (pow a 2)))))) |
(* -1 (* b (- (+ (* -1/3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 3) c))) (* 9/16 (* a (pow c 3))))) (pow b 6))) (+ (* -1/3 (/ (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2))) (pow b 4))) (* 1/6 (/ c (* a (pow b 2)))))) (* 2/9 (/ 1 (pow a 2)))))) |
(* 1/6 (/ c (* a b))) |
(/ (+ (* 1/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/6 (/ c b))) a) |
(/ (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* 3/16 (/ (* a (pow c 3)) (pow b 5)))))) a) |
(/ (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -1/3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))) (* 3/16 (/ (pow c 3) (pow b 5)))))))) a) |
(* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) |
(/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))) (pow a 2)) |
(/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))))) (pow a 2)) |
(/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))))) (pow a 2)) |
(* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) |
(/ (+ (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (pow (sqrt 3) 2)))) (pow a 2)) |
(/ (+ (* -1 (/ (+ (* -1/3 (/ (* a b) (pow (sqrt 3) 2))) (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) (pow a 2)) |
(/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) a)) (* -1/3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) (pow a 2)) |
(* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* 3 (* a b)) (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) |
(+ (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))))) |
(* 6 (* a b)) |
(* b (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a))) |
(* b (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))) |
(* b (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))))) |
(* 9/2 (/ (* (pow a 2) c) b)) |
(* -1 (/ (+ (* -9/2 (* (pow a 2) c)) (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 2) c)) (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b)) |
(* -1 (/ (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 2) c)) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -3/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b)) |
(* 6 (* a b)) |
(* a (+ (* -9/2 (/ (* a c) b)) (* 6 b))) |
(* a (+ (* 6 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(* a (+ (* 6 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 3) c)) (sqrt -3))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a))))) |
(* (pow a 2) (+ (* -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 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 b) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 b) (* -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))) a)))) |
(* 6 (* a b)) |
(+ (* -9/2 (/ (* (pow a 2) c) b)) (* 6 (* a b))) |
(+ (* 6 (* a b)) (* c (+ (* -9/2 (/ (pow a 2) b)) (* -27/8 (/ (* (pow a 3) c) (pow b 3)))))) |
(+ (* 6 (* a b)) (* c (+ (* -9/2 (/ (pow a 2) b)) (* c (+ (* -81/16 (/ (* (pow a 4) c) (pow b 5))) (* -27/8 (/ (pow a 3) (pow b 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* c (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))) |
(* c (+ (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (/ (* a b) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (* a b))) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -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)) |
(* -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/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -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)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1/2 (* (pow b 2) c)) |
(* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c)))) |
(* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c)))) |
(* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c)))) |
(* -3/8 (* a (pow c 2))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(* -3/8 (* a (pow c 2))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(* -3/8 (* a (pow c 2))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(* -1/2 (* (pow b 2) c)) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* -1/2 (* (pow b 2) c)) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* -1/2 (* (pow b 2) c)) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(* -3/8 (* a (pow c 2))) |
(* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2)))) |
(* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2)))) |
(* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2)))) |
(* -3/8 (* a (pow c 2))) |
(* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a))))) |
(* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a))))) |
(* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a))))) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* -1/2 (* (pow b 2) c)) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* (pow b 2) c) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -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)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) 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)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -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))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -3/2 (* a c)) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* -3/2 (* a c)) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(* -3/2 (* a c)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(* -3/2 (* a c)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (* c (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5)))))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -1/3 (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5))))) (* -1/4 (/ (* a (* c (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5)))))) (pow b 2))))))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) (pow c 2)))) (/ 1/2 (* b c)))) |
(* (pow c 2) (- (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 (/ b a)) (* 2 (/ b a)))) (* a (pow c 3)))) (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) (pow c 2))))) (/ 1/2 (* b c)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* 1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) c)) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 (/ b a)) (* 2 (/ b a)))) (* a c))) (* -1/3 (+ (* -2 (/ b a)) (* 2 (/ b a))))) c)) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (* -1/4 (/ (* a (* c (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))))) (pow b 6)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)) |
(* -1 (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* -1/4 (/ (* a (* c (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))))) (pow b 6))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (* a (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5))))))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -1/3 (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5))))) (* -1/4 (/ (* a (* c (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (pow b 2)))))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (/ (+ (* -2 b) (* 2 b)) (pow a 2)))))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* (pow a 3) c))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (/ (+ (* -2 b) (* 2 b)) (pow a 2))))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 1/3 (/ (+ (* -2 b) (* 2 b)) a))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (* -1/3 (+ (* -2 b) (* 2 b)))) a)) (* -1/2 (/ c b))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (- (* -1 (* c (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (* 9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (- (* c (- (* -3/4 (/ (* a (* c (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (pow b 2))) (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (* 9/8 (/ (pow a 2) (pow b 3))))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (- (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 b) (* 2 b)) (pow c 2)))) (* 3/2 (/ a (* b c))))) |
(* (pow c 2) (- (+ (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a (pow c 3)))) (* -9/8 (/ (pow a 2) (pow b 3)))) (+ (* -2 (/ b (pow c 2))) (+ (* 3/2 (/ a (* b c))) (* 2 (/ b (pow c 2))))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (- (+ (* -2 (/ b c)) (* 2 (/ b c))) (* -3/2 (/ a b))) c)))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (- (* -1 (/ (- (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (+ (* -2 b) (* 2 b))) c)) (* -3/2 (/ a b))) c)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (- (+ (* -3/2 (* a c)) (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))) (pow b 4)))) (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (- (+ (* -3/2 (* a c)) (* -3/4 (/ (* a (* c (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))))) (pow b 6)))) (+ (* -27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* 27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (* 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 (/ (- (+ (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (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)) |
(* -1 (/ (- (+ (* -3/4 (/ (* a (* c (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))))) (pow b 6))) (* 3/2 (* a c))) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (* 27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) b)) |
(* -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 (- (* -1 (* a (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (* 9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (- (* a (- (* -3/4 (/ (* a (* c (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (pow b 2))) (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (* 9/8 (/ (pow c 2) (pow b 3))))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (- (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 b) (* 2 b)) (pow a 2)))) (* 3/2 (/ c (* a b))))) |
(* (pow a 2) (- (+ (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* (pow a 3) c))) (* -9/8 (/ (pow c 2) (pow b 3)))) (+ (* -2 (/ b (pow a 2))) (+ (* 3/2 (/ c (* a b))) (* 2 (/ b (pow a 2))))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ (+ (* -2 b) (* 2 b)) a)) (* 3/2 (/ c b))) a)))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ (+ (* -2 b) (+ (* 4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (* 2 b))) a)) (* 3/2 (/ c b))) a)))) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9))))) |
(* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9))))) |
(* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9)) |
(/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9)) |
(/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9)) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3)) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3))) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))) |
(* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))) |
(* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3))))) |
(* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3))))) |
(* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9)) |
(/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9)) |
(/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9)) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3)) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3))) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))) |
(+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))) |
(+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3))))))) |
(* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3))))))) |
(* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3))))))) |
(* -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)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64)))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (-.f64 (-.f64 (+.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(/.f64 (-.f64 (-.f64 (-.f64 (+.f64 (+.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.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)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) 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)))) (/ b (pow (sqrt 3) 2))) a)) |
(/.f64 (-.f64 (/.f64 b #s(literal 3 binary64)) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.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)) a)) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (-.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.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)))) a)) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) (neg.f64 a)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 (/.f64 b a) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) (*.f64 c c))) (/.f64 (/.f64 b a) #s(literal -3 binary64))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (/.f64 (*.f64 c c) a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 1/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 c (*.f64 a (*.f64 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 (/ b (* a (pow (sqrt 3) 2)))) (* (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 b a) #s(literal -3 binary64))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (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 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.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 (*.f64 c b) a) #s(literal 3 binary64))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (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 (/.f64 (+.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 c a) (/.f64 (*.f64 b (*.f64 b b)) a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.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)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) (/.f64 (/.f64 (*.f64 c b) a) #s(literal 3 binary64))) c)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 (/.f64 b a) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (*.f64 b (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 b (-.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64))))))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #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 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/32 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a 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)) (neg.f64 b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (+.f64 (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 6 binary64)))))) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))) (neg.f64 b)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* 1/6 (/ c (* a b))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) c) (*.f64 b a)) |
(* c (+ (* 1/8 (/ c (pow b 3))) (* 1/6 (/ 1 (* a b))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/6 binary64) (*.f64 b a)))) |
(* c (+ (* c (+ (* 3/16 (/ (* a c) (pow b 5))) (* 1/8 (/ 1 (pow b 3))))) (* 1/6 (/ 1 (* a b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 b a)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 c a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* c (+ (* c (+ (* -1/3 (* c (+ (* -27/32 (/ (pow a 2) (pow b 7))) (* -27/128 (/ (pow a 2) (pow b 7)))))) (* 3/16 (/ a (pow b 5))))) (* 1/8 (/ 1 (pow b 3))))) (* 1/6 (/ 1 (* a b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 b a)) (*.f64 c (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) c) (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))) (/.f64 (*.f64 #s(literal 3/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))))))) |
(* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/9 binary64) (/.f64 b (*.f64 a a)))) |
(- (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (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 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) #s(literal -1/6 binary64)) (*.f64 c c))) (*.f64 #s(literal 1/9 binary64) (/.f64 b (*.f64 a a)))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 3) (pow (sqrt -3) 4))))) (pow c 3))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) (+ (* -1/3 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2))))))) |
(-.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (/.f64 c (*.f64 a (*.f64 a a))) (/.f64 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)) (pow.f64 a #s(literal 5 binary64))))) #s(literal -1/6 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 b (*.f64 a a))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* (pow a 2) (pow (sqrt 3) 2))))) |
(+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/9 binary64) (/.f64 b (*.f64 a a)))) |
(+ (* -1 (/ (- (+ (* -1/6 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 1/3 (/ (* b c) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) #s(literal 1/6 binary64)) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 c b) (*.f64 a a)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* 1/6 (/ (* (pow b 3) c) (* (pow a 3) (pow (sqrt 3) 4))))) (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* 1/3 (/ (* b c) (* (pow a 2) (pow (sqrt 3) 2))))) c)) (* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 b (*.f64 b b))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/6 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) (*.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 c b) (*.f64 a a)))) c)) |
(* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b (* (pow a 2) (pow (sqrt -3) 2)))) (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/9 binary64) (/.f64 b (*.f64 a a)))) |
(+ (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) (* b (- (* -1/3 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3))))))) (* 1/3 (/ 1 (* (pow a 2) (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a a)))))) |
(+ (* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) (* b (- (* b (+ (* -1/3 (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))))) (* 1/3 (* b (- (* 1/2 (/ 1 (* (pow a 3) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))))) (* 1/3 (/ 1 (* (pow a 2) (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal 1/3 binary64) b) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.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/3 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a a)))))) |
(* 1/6 (/ c (* a b))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) c) (*.f64 b a)) |
(/ (+ (* 1/8 (/ (pow c 2) (pow b 2))) (* 1/6 (/ c a))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/6 binary64) c) a)) b) |
(/ (+ (* 1/8 (/ (pow c 2) (pow b 2))) (+ (* 1/6 (/ c a)) (* 3/16 (/ (* a (pow c 3)) (pow b 4))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/6 binary64) c) a)) (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 4))) (* -27/128 (* (pow a 2) (pow c 4)))) (pow b 6))) (+ (* 1/8 (/ (pow c 2) (pow b 2))) (+ (* 1/6 (/ c a)) (* 3/16 (/ (* a (pow c 3)) (pow b 4)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/6 binary64) c) a)) (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a a)) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* 2/9 (/ b (pow a 2))) |
(/.f64 (*.f64 #s(literal 2/9 binary64) b) (*.f64 a a)) |
(* -1 (* b (- (* 1/6 (/ c (* a (pow b 2)))) (* 2/9 (/ 1 (pow a 2)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) c) (*.f64 a (*.f64 b b))) (/.f64 #s(literal -2/9 binary64) (*.f64 a a))) (neg.f64 b)) |
(* -1 (* b (- (+ (* -1/3 (/ (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2))) (pow b 4))) (* 1/6 (/ c (* a (pow b 2))))) (* 2/9 (/ 1 (pow a 2)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) c) (*.f64 a (*.f64 b b))) (/.f64 #s(literal -2/9 binary64) (*.f64 a a)))) (neg.f64 b)) |
(* -1 (* b (- (+ (* -1/3 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 3) c))) (* 9/16 (* a (pow c 3))))) (pow b 6))) (+ (* -1/3 (/ (+ (* -3/4 (pow c 2)) (* 3/8 (pow c 2))) (pow b 4))) (* 1/6 (/ c (* a (pow b 2)))))) (* 2/9 (/ 1 (pow a 2)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal 9/16 binary64) a) (*.f64 c (*.f64 c c)))))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) c) (*.f64 a (*.f64 b b))) (/.f64 #s(literal -2/9 binary64) (*.f64 a a))))) (neg.f64 b)) |
(* 1/6 (/ c (* a b))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) c) (*.f64 b a)) |
(/ (+ (* 1/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/6 (/ c b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/6 binary64) c) b)) a) |
(/ (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* 3/16 (/ (* a (pow c 3)) (pow b 5)))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal 3/16 binary64))))) a) |
(/ (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -1/3 (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))) (* 3/16 (/ (pow c 3) (pow b 5)))))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))) (/.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) a) |
(* 1/3 (* (sqrt (/ c (pow a 3))) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))) (pow a 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/3 binary64))) (*.f64 a a)) |
(/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))))) (pow a 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) #s(literal -3 binary64)) (+.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.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)) c))) #s(literal -1/2 binary64))) (*.f64 a a)))) (*.f64 a a)) |
(/ (+ (* -1/3 (/ b (pow (sqrt -3) 2))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 1/3 (* (sqrt (* a c)) (/ 1 (sqrt -3))))))) (pow a 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) #s(literal -3 binary64)) (+.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.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)) c))) #s(literal -1/2 binary64))) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 a a) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 b (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)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (*.f64 a a))))) (*.f64 a a)) |
(* -1/3 (* (sqrt (/ c (pow a 3))) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(/ (+ (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (pow (sqrt 3) 2)))) (pow a 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (/.f64 (*.f64 #s(literal 1/3 binary64) b) #s(literal 3 binary64))) (*.f64 a a)) |
(/ (+ (* -1 (/ (+ (* -1/3 (/ (* a b) (pow (sqrt 3) 2))) (* -1/3 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)) (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) (pow a 2)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 b a) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.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)) a))) a)) (*.f64 a a)) |
(/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/3 (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) a)) (* -1/3 (/ (* a b) (pow (sqrt 3) 2)))) a)) (* -1/3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) (pow a 2)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b a) #s(literal 3 binary64)) #s(literal -1/3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.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))))) a) (*.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.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)) #s(literal 1/3 binary64))) a)) a)) (*.f64 a a)) |
(* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* 3 (* a b)) (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b a) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(+ (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))))) |
(+ (* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 b (+.f64 (*.f64 #s(literal -3/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) a) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* 6 (* a b)) |
(*.f64 (*.f64 b a) #s(literal 6 binary64)) |
(* b (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a))) |
(*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))) |
(* b (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (+.f64 (*.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))))) |
(*.f64 b (+.f64 (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b))) (+.f64 (*.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(* 9/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) b) |
(* -1 (/ (+ (* -9/2 (* (pow a 2) c)) (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b)))) (neg.f64 b)) |
(* -1 (/ (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 2) c)) (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b)))) (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 b)) |
(* -1 (/ (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 2) c)) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -3/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 -81/16 binary64) (/.f64 (*.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 -9/2 binary64)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/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))))) (neg.f64 b)) |
(* 6 (* a b)) |
(*.f64 (*.f64 b a) #s(literal 6 binary64)) |
(* a (+ (* -9/2 (/ (* a c) b)) (* 6 b))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))) |
(* a (+ (* 6 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* 6 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 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -81/16 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) (*.f64 #s(literal 3/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) (+ (* -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 (*.f64 a a) (+.f64 (+.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)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 3/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 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 b) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)))) |
(*.f64 (*.f64 a 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 (*.f64 b #s(literal -3 binary64)) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) a))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 b) (* -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))) a)))) |
(*.f64 (*.f64 a 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 (*.f64 b #s(literal -3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (/.f64 (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) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) a)) a))) |
(* 6 (* a b)) |
(*.f64 (*.f64 b a) #s(literal 6 binary64)) |
(+ (* -9/2 (/ (* (pow a 2) c) b)) (* 6 (* a b))) |
(+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)) |
(+ (* 6 (* a b)) (* c (+ (* -9/2 (/ (pow a 2) b)) (* -27/8 (/ (* (pow a 3) c) (pow b 3)))))) |
(+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))) |
(+ (* 6 (* a b)) (* c (+ (* -9/2 (/ (pow a 2) b)) (* c (+ (* -81/16 (/ (* (pow a 4) c) (pow b 5))) (* -27/8 (/ (pow a 3) (pow b 3)))))))) |
(+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))) |
(*.f64 c (*.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 (+ (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c))))) |
(*.f64 c (+.f64 (*.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))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))))) |
(*.f64 c (+.f64 (+.f64 (*.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))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -3/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) a) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* -3 (/ (* a b) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 b a)) c) (*.f64 #s(literal 3 binary64) (*.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 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.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 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (* a b))) c)) (* 3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.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 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -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/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* -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 (- (* -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))) |
(* -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) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) 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) |
(/ (+ (* -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) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 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))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 a)) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) |
(* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) |
(* c (+ (* -1/2 (pow b 2)) (* -3/8 (* a c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) a))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) a))) |
(* (pow c 2) (+ (* -1/2 (/ (pow b 2) c)) (* -3/8 a))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) a))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* (pow b 2) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) a) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) |
(* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) a) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) |
(* a (+ (* -1/2 (/ (* (pow b 2) c) a)) (* -3/8 (pow c 2)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) a) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a))))) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 b b))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a))))) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 b b))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (pow c 2)) (* 1/2 (/ (* (pow b 2) c) a))))) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 b b))) a)) (neg.f64 a)) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* -1/2 (* (pow b 2) c)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* (pow b 2) c) |
(*.f64 c (*.f64 b b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* -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 (- (* -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))) |
(* -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) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 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))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 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))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) 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) |
(/ (+ (* -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) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b 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 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b 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 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.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))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.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))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.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))) (*.f64 b (*.f64 b b))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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)) b) (/.f64 (*.f64 c c) b))) 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)) b) (/.f64 (*.f64 c c) b))) 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)) b) (/.f64 (*.f64 c c) b))) b) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (neg.f64 b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (neg.f64 b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (neg.f64 b)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) c) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.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))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.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))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.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))) (*.f64 b b)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (* c (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (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 #s(literal -1/3 binary64) (*.f64 c #s(literal 0 binary64))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -1/3 (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5))))) (* -1/4 (/ (* a (* c (+ (* -27/32 (/ (pow a 2) (pow b 5))) (* 27/32 (/ (pow a 2) (pow b 5)))))) (pow b 2))))))) (* 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 -1/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (*.f64 b b)) #s(literal 0 binary64))))) (/.f64 #s(literal -1/2 binary64) 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) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) (pow c 2)))) (/ 1/2 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 (/ b a)) (* 2 (/ b a)))) (* a (pow c 3)))) (+ (* -3/8 (/ a (pow b 3))) (* -1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) (pow c 2))))) (/ 1/2 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #s(literal -4/9 binary64) (*.f64 (/.f64 (*.f64 b b) a) (/.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 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))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* 1/3 (/ (+ (* -2 (/ b a)) (* 2 (/ b a))) c)) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 #s(literal 0 binary64) c)) c))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 (/ b a)) (* 2 (/ b a)))) (* a c))) (* -1/3 (+ (* -2 (/ b a)) (* 2 (/ b a))))) c)) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -4/9 binary64) (/.f64 (*.f64 (*.f64 b b) #s(literal 0 binary64)) (*.f64 c a))) #s(literal 0 binary64)) c)) c))) |
(* -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/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (* -1/4 (/ (* a (* c (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))))) (pow b 6)))))) b) |
(/.f64 (+.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 0 binary64) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1 (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (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 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 b)) |
(* -1 (/ (+ (* -1/3 (/ (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* -1/4 (/ (* a (* c (+ (* -27/32 (* (pow a 2) (pow c 3))) (* 27/32 (* (pow a 2) (pow c 3)))))) (pow b 6))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 b)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (* a (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5))))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 0 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -1/3 (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5))))) (* -1/4 (/ (* a (* c (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (pow b 2)))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (*.f64 b b)) #s(literal 0 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))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a))))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (/ (+ (* -2 b) (* 2 b)) (pow a 2)))))) |
(*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a)))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* (pow a 3) c))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -1/3 (/ (+ (* -2 b) (* 2 b)) (pow a 2))))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b a))) (/.f64 (*.f64 #s(literal -4/9 binary64) (*.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 c (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.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))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b a)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 1/3 (/ (+ (* -2 b) (* 2 b)) a))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 #s(literal 0 binary64) a)) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -4/9 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (* -1/3 (+ (* -2 b) (* 2 b)))) a)) (* -1/2 (/ c b))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (+.f64 (*.f64 #s(literal -4/9 binary64) (/.f64 (*.f64 (*.f64 b b) #s(literal 0 binary64)) (*.f64 c a))) #s(literal 0 binary64)) a)) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (- (* -1 (* c (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (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 c #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (- (* c (- (* -3/4 (/ (* a (* c (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (pow b 5)))))) (pow b 2))) (+ (* -27/32 (/ (pow a 3) (pow b 5))) (* 27/32 (/ (pow a 3) (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 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (*.f64 b b)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 b) (* 2 b)) (pow c 2)))) (* 3/2 (/ a (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b))))) |
(* (pow c 2) (- (+ (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a (pow c 3)))) (* -9/8 (/ (pow a 2) (pow b 3)))) (+ (* -2 (/ b (pow c 2))) (+ (* 3/2 (/ a (* b c))) (* 2 (/ b (pow c 2))))))) |
(*.f64 (*.f64 c c) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4/3 binary64) (*.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 a (*.f64 c (*.f64 c c))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c c))) (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 c b)))) (/.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 c c))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (- (+ (* -2 (/ b c)) (* 2 (/ b c))) (* -3/2 (/ a b))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) c))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (- (* -1 (/ (- (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (+ (* -2 b) (* 2 b))) c)) (* -3/2 (/ a b))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal 0 binary64)) (*.f64 c a)) #s(literal -4/3 binary64)) #s(literal 0 binary64)) (neg.f64 c)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) c))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.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))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.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))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.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))) (*.f64 b (*.f64 b b))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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)) b) (/.f64 (*.f64 c c) b))) b) |
(/ (- (+ (* -3/2 (* a c)) (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))) (pow b 4)))) (* 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 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) b) |
(/ (- (+ (* -3/2 (* a c)) (* -3/4 (/ (* a (* c (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))))) (pow b 6)))) (+ (* -27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* 27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (* 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 -3/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) #s(literal 0 binary64)))) b) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (neg.f64 b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (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 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)))) (neg.f64 b)) |
(* -1 (/ (- (+ (* -3/4 (/ (* a (* c (+ (* -27/32 (* (pow a 3) (pow c 3))) (* 27/32 (* (pow a 3) (pow c 3)))))) (pow b 6))) (* 3/2 (* a c))) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (* 27/32 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) b)) |
(/.f64 (-.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) #s(literal 0 binary64))) (neg.f64 b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (- (* -1 (* a (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (* 9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 a #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (- (* a (- (* -3/4 (/ (* a (* c (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (pow b 2))) (+ (* -27/32 (/ (pow c 3) (pow b 5))) (* 27/32 (/ (pow c 3) (pow b 5)))))) (* 9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 c #s(literal 0 binary64)))) (*.f64 b b)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* (pow a 2) (- (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 b) (* 2 b)) (pow a 2)))) (* 3/2 (/ c (* a b))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64))))) |
(* (pow a 2) (- (+ (* -4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* (pow a 3) c))) (* -9/8 (/ (pow c 2) (pow b 3)))) (+ (* -2 (/ b (pow a 2))) (+ (* 3/2 (/ c (* a b))) (* 2 (/ b (pow a 2))))))) |
(*.f64 (*.f64 a a) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4/3 binary64) (*.f64 (*.f64 b b) #s(literal 0 binary64))) (*.f64 c (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) (*.f64 b a)) (/.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 a a)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.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)))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ (+ (* -2 b) (* 2 b)) a)) (* 3/2 (/ c b))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 #s(literal 0 binary64) a)) a))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ (+ (* -2 b) (+ (* 4/3 (/ (* (pow b 2) (+ (* -2 b) (* 2 b))) (* a c))) (* 2 b))) a)) (* 3/2 (/ c b))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (+.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal 0 binary64)) (*.f64 c a)) #s(literal 4/3 binary64)))) a)) a))) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))) |
(* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -27/8 binary64)) (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64)))))) |
(* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -27/8 binary64)) (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64)))))) |
(* (pow c 3) (+ (* -27/8 (/ a (pow b 3))) (* -729/512 (/ (* (pow a 4) (pow c 3)) (pow b 9))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -27/8 binary64)) (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64)))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow c 6) (+ (* -27/8 (/ a (* (pow b 3) (pow c 3)))) (* -729/512 (/ (pow a 4) (pow b 9))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) |
(/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(/ (+ (* -27/8 (* a (* (pow b 6) (pow c 3)))) (* -729/512 (* (pow a 4) (pow c 6)))) (pow b 9)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))) |
(/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/8 (* a (pow c 3))) (* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b (*.f64 b b))) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 #s(literal 27/8 binary64) a) (*.f64 c (*.f64 c c)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 #s(literal 27/8 binary64) a) (*.f64 c (*.f64 c c)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 4) (pow c 6)) (pow b 6))) (* 27/8 (* a (pow c 3)))) (pow b 3))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 #s(literal 27/8 binary64) a) (*.f64 c (*.f64 c c)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -27/8 (/ (* a (pow c 3)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))) |
(* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))))) |
(* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))))) |
(* a (+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* -729/512 (/ (* (pow a 4) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow a 4) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 3) (- (* -729/512 (/ (* (pow a 3) (pow c 3)) (pow b 9))) (* 27/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 #s(literal -27/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64))) (/.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64))) (/.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64))) (/.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64))) (/.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64))) (/.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) |
(* (pow c 6) (- (* -729/512 (/ (pow a 3) (pow b 9))) (* 27/8 (/ 1 (* (pow b 3) (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 9 binary64))) (/.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64))))) (pow.f64 b #s(literal 9 binary64))) |
(/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64))))) (pow.f64 b #s(literal 9 binary64))) |
(/ (+ (* -27/8 (* (pow b 6) (pow c 3))) (* -729/512 (* (pow a 3) (pow c 6)))) (pow b 9)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64))))) (pow.f64 b #s(literal 9 binary64))) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/8 (pow c 3)) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b (*.f64 b b))) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 729/512 (/ (* (pow a 3) (pow c 6)) (pow b 6))) (* 27/8 (pow c 3))) (pow b 3))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -27/8 (/ (pow c 3) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) |
(+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64)))) |
(+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64)))) |
(+ (* -27/8 (/ (pow c 3) (pow b 3))) (* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64)))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* (pow a 3) (+ (* -27/8 (/ (pow c 3) (* (pow a 3) (pow b 3)))) (* -729/512 (/ (pow c 6) (pow b 9))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))))) |
(* -729/512 (/ (* (pow a 3) (pow c 6)) (pow b 9))) |
(/.f64 (*.f64 #s(literal -729/512 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 6 binary64)))) (pow.f64 b #s(literal 9 binary64))) |
(* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* 729/512 (/ (pow c 6) (pow b 9))) (* 27/8 (/ (pow c 3) (* (pow a 3) (pow b 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 729/512 binary64) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 27/8 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/8 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
Compiled 54794 to 3134 computations (94.3% saved)
44 alts after pruning (38 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1231 | 18 | 1249 |
| Fresh | 26 | 20 | 46 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 4 | 5 |
| Total | 1261 | 44 | 1305 |
| Status | Accuracy | Program |
|---|---|---|
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 55.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) | |
| 64.8% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 82.3% | (/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 99.2% | (/.f64 (/.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.f64 a #s(literal 3 binary64))) | |
| 64.8% | (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) | |
| 99.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) | |
| 36.7% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 55.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 55.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 82.7% | (/.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) | |
| 82.6% | (/.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)) | |
| 82.5% | (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) | |
| ✓ | 64.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 64.8% | (/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 64.8% | (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) | |
| 64.8% | (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) | |
| 64.7% | (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 55.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)))))))) | |
| ✓ | 64.8% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| 64.8% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) | |
| 64.8% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) | |
| 55.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))) | |
| 82.7% | (+.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)))) | |
| 89.0% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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))))) | |
| 55.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 55.4% | (*.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)) | |
| 55.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)) | |
| ✓ | 64.8% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 11.5% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) | |
| 99.1% | (*.f64 (*.f64 (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) a) #s(literal -3 binary64)) | |
| 83.1% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) | |
| 89.2% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) | |
| ✓ | 99.3% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
| 99.1% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) #s(literal 3 binary64)) a))) | |
| 64.8% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) | |
| 83.2% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) | |
| 89.2% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) | |
| 83.1% | (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) | |
| 99.1% | (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) c)) | |
| 82.6% | (*.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))) | |
| 99.3% | (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
Compiled 6471 to 1430 computations (77.9% 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 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 (-.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/3 binary64) (/.f64 a (-.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 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) 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 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) 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) 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 (-.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 #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 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b 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 (/.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 #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 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) c)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) #s(literal 3 binary64)) a))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 (/.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) a) #s(literal -3 binary64)) |
(*.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(+.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 (*.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 #s(literal 1/3 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c)) (+.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 a (*.f64 #s(literal -3 binary64) c)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (*.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 (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))))) #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 (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 #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 (/.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))) |
(*.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 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))) |
(*.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 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 (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 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.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 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 #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 (*.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 #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 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 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)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.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 (*.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 (-.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 #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 (*.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 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -9/16 binary64) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) b))))) (/.f64 (*.f64 c #s(literal 1/2 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 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 (/.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 #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 #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 (*.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 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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 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 (*.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 (-.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) #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (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 (*.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (/.f64 #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 (+.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)))))))))) (*.f64 #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 (/.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 (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 #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 (-.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 (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 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 (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)))) |
(+.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 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #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 #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 (*.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))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.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))))))))) (*.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 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 #s(literal 3 binary64) a)) |
(/.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 (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 #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 (+.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 (*.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 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) a) (*.f64 #s(literal 1/6 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (*.f64 a (*.f64 b b)))))) (/.f64 (*.f64 #s(literal -1/6 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) #s(literal 27 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a c) #s(literal -9 binary64)) (*.f64 (*.f64 a c) #s(literal -9 binary64)))))))))) (*.f64 a (pow.f64 b #s(literal 6 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 (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 #s(literal 3 binary64) a)) |
(/.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)) |
(/.f64 (/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 3 binary64))) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.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 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 a #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a #s(literal 3 binary64)))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.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 (*.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 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
5 calls:
| 73.0ms | b |
| 58.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 | (*.f64 #s(literal 3 binary64) a) |
| 43.0ms | c |
| 42.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | a |
| 99.3% | 1 | b |
| 99.3% | 1 | c |
| 99.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)) |
| 99.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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 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 (-.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/3 binary64) (/.f64 a (-.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 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) 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 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) 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) 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 (-.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 #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 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b 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 (/.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 #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 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) c)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) #s(literal 3 binary64)) a))) |
| Outputs |
|---|
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
5 calls:
| 37.0ms | (*.f64 #s(literal 3 binary64) a) |
| 36.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)) |
| 26.0ms | b |
| 25.0ms | a |
| 23.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | a |
| 99.3% | 1 | b |
| 99.3% | 1 | c |
| 99.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)) |
| 99.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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 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 (-.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/3 binary64) (/.f64 a (-.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 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) 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 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) 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) 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 (-.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 #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 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))))))) |
| Outputs |
|---|
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
5 calls:
| 37.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 | b |
| 26.0ms | (*.f64 #s(literal 3 binary64) a) |
| 23.0ms | c |
| 21.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.2% | 1 | a |
| 91.5% | 2 | b |
| 89.2% | 1 | c |
| 89.2% | 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)) |
| 89.2% | 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 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 (-.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/3 binary64) (/.f64 a (-.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 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c #s(literal -3 binary64)) a))) 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)) |
| Outputs |
|---|
(*.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 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
1 calls:
| 19.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.5% | 2 | b |
Compiled 4 to 3 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 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)) |
| Outputs |
|---|
(*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
1 calls:
| 38.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.5% | 2 | b |
Compiled 4 to 3 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -729/512 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) a) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (*.f64 c #s(literal -3/2 binary64))) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
1 calls:
| 40.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.2% | 1 | b |
Compiled 4 to 3 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.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))))) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
3 calls:
| 19.0ms | a |
| 16.0ms | c |
| 15.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.2% | 1 | c |
| 89.2% | 1 | a |
| 89.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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(/.f64 (*.f64 a (*.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)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) a) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) (*.f64 c b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c 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 a (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) c) (/.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 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 a #s(literal 3 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.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)))) 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 (/.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) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)))) |
(/.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (/.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 a (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) b)) a) (*.f64 b b)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
3 calls:
| 16.0ms | b |
| 15.0ms | a |
| 15.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 83.2% | 1 | a |
| 83.2% | 1 | b |
| 83.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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
3 calls:
| 10.0ms | c |
| 8.0ms | a |
| 8.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 83.1% | 1 | b |
| 83.1% | 1 | a |
| 83.1% | 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 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 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(*.f64 a (+.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 b a)))) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
3 calls:
| 39.0ms | b |
| 29.0ms | c |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 83.1% | 1 | b |
| 83.1% | 1 | a |
| 83.1% | 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 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) |
| Outputs |
|---|
(/.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) |
3 calls:
| 7.0ms | c |
| 7.0ms | a |
| 7.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.7% | 1 | b |
| 82.7% | 1 | a |
| 82.7% | 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c 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 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
| Outputs |
|---|
(*.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))))) |
3 calls:
| 8.0ms | c |
| 7.0ms | b |
| 6.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.6% | 1 | b |
| 82.6% | 1 | a |
| 82.6% | 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 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (*.f64 b a) #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 (*.f64 a c) #s(literal -9 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a c)) 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 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
3 calls:
| 14.0ms | a |
| 6.0ms | c |
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.9% | 1 | c |
| 64.9% | 1 | a |
| 64.9% | 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:
| 1.0ms | c |
| 1.0ms | a |
| 1.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.8% | 1 | a |
| 64.8% | 1 | b |
| 64.8% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 0.05530324044867786 | 0.0649832180404378 |
| 7.0ms | 9× | 1 | valid |
| 4.0ms | 51× | 0 | invalid |
| 3.0ms | 39× | 0 | valid |
Compiled 209 to 134 computations (35.9% saved)
ival-sub: 5.0ms (46.9% of total)ival-mult: 2.0ms (18.7% of total)ival-div: 1.0ms (9.4% of total)ival-add: 1.0ms (9.4% of total)ival-sqrt: 1.0ms (9.4% of total)ival-neg: 1.0ms (9.4% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 0.05530324044867786 | 0.0649832180404378 |
| 4.0ms | 53× | 0 | invalid |
| 3.0ms | 41× | 0 | valid |
| 1.0ms | 7× | 1 | valid |
Compiled 209 to 134 computations (35.9% saved)
ival-mult: 2.0ms (35.3% of total)ival-div: 1.0ms (17.7% of total)ival-add: 1.0ms (17.7% of total)ival-sub: 1.0ms (17.7% of total)ival-sqrt: 1.0ms (17.7% of total)ival-neg: 1.0ms (17.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 0.05530324044867786 | 0.0649832180404378 |
| 4.0ms | 44× | 0 | valid |
| 3.0ms | 38× | 0 | invalid |
| 1.0ms | 4× | 1 | valid |
Compiled 209 to 134 computations (35.9% saved)
ival-mult: 2.0ms (42.3% of total)ival-div: 1.0ms (21.2% of total)ival-add: 1.0ms (21.2% of total)ival-sqrt: 1.0ms (21.2% of total)const: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | egg-herbie |
| 100× | *-commutative_binary64 |
| 44× | +-commutative_binary64 |
| 20× | sub-neg_binary64 |
| 16× | neg-sub0_binary64 |
| 14× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 106 | 389 |
| 1 | 165 | 389 |
| 2 | 175 | 389 |
| 3 | 186 | 389 |
| 4 | 204 | 389 |
| 5 | 216 | 389 |
| 6 | 222 | 389 |
| 7 | 224 | 389 |
| 1× | saturated |
| Inputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
(if (<=.f64 b #s(literal 8214565720323785/144115188075855872 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 1062849512059437/18014398509481984 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 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 8214565720323785/144115188075855872 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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 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 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) a)) |
(/.f64 (/.f64 (*.f64 a c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(if (<=.f64 b #s(literal 8214565720323785/144115188075855872 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 8214565720323785/144115188075855872 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3 binary64) c)) (*.f64 b b))) b) a) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 a b) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 1062849512059437/18014398509481984 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 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 1062849512059437/18014398509481984 binary64)) (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal -3 binary64)) c))) b) a) #s(literal 1/3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 a b) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 8214565720323785/144115188075855872 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 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(if (<=.f64 b #s(literal 8214565720323785/144115188075855872 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal -3 binary64)) c))) b) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 a b) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b))))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 a b) #s(literal 6 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a a)) b) (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.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))))))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal -9/2 binary64) b)) (*.f64 a #s(literal 6 binary64)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 b a) #s(literal 6 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) b)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (+.f64 (*.f64 (*.f64 a b) #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) b)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal 6 binary64)))))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 c (*.f64 a (+.f64 (*.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 a c) 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 a c))) (*.f64 b b))) 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))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 (*.f64 a c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b 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)) |
| 6386× | *-lowering-*.f32 |
| 6386× | *-lowering-*.f64 |
| 5990× | *-lowering-*.f32 |
| 5990× | *-lowering-*.f64 |
| 4866× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1240 | 11619 |
| 1 | 4401 | 10269 |
| 0 | 8403 | 10269 |
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7259 | 3175 |
| 0 | 8106 | 3175 |
| 0 | 40 | 249 |
| 1 | 280 | 220 |
| 2 | 2463 | 220 |
| 0 | 8600 | 220 |
| 0 | 13 | 48 |
| 1 | 63 | 44 |
| 2 | 545 | 44 |
| 3 | 7665 | 44 |
| 0 | 8163 | 44 |
| 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 | 60 | 414 |
| 1 | 410 | 391 |
| 2 | 4363 | 391 |
| 0 | 9439 | 391 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1633 to 836 computations (48.8% saved)
Compiled 826 to 236 computations (71.4% saved)
Loading profile data...