
Time bar (total: 17.8s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 4 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 5 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 6 |
| 40% | 37.4% | 56.2% | 0.1% | 0% | 6.2% | 0% | 7 |
| 48.3% | 45.2% | 48.4% | 0.1% | 0% | 6.2% | 0% | 8 |
| 53% | 48.4% | 42.9% | 0.1% | 0% | 8.6% | 0% | 9 |
| 58.1% | 50.3% | 36.3% | 0.1% | 0% | 13.3% | 0% | 10 |
| 66.1% | 56.8% | 29.1% | 0.1% | 0% | 14% | 0% | 11 |
| 70.4% | 58.8% | 24.7% | 0.1% | 0% | 16.4% | 0% | 12 |
Compiled 21 to 13 computations (38.1% saved)
ival-mult: 51.0ms (53.8% of total)ival-sqrt: 10.0ms (10.5% of total)ival-sub: 8.0ms (8.4% of total)ival-div: 8.0ms (8.4% of total)ival-neg: 8.0ms (8.4% of total)ival-add: 7.0ms (7.4% of total)const: 2.0ms (2.1% of total)backward-pass: 1.0ms (1.1% of total)| 1.4s | 5561× | 0 | valid |
| 814.0ms | 1871× | 2 | valid |
| 662.0ms | 985× | 0 | invalid |
| 259.0ms | 824× | 1 | valid |
ival-mult: 438.0ms (28.2% of total)const: 372.0ms (24% of total)ival-div: 153.0ms (9.9% of total)ival-sqrt: 135.0ms (8.7% of total)backward-pass: 128.0ms (8.2% of total)ival-add: 127.0ms (8.2% of total)ival-sub: 103.0ms (6.6% of total)ival-neg: 96.0ms (6.2% 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 |
|---|---|---|---|---|---|
| 109 | 0 | - | 2 | (-1.8179235037091888e-221 7.629911616484376e-157 -1.1058666334778692e-147) | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| 63 | 0 | - | 0 | - | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| 6 | 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)) |
| 2 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) a) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | c |
| 0 | 0 | - | 0 | - | (*.f64 b b) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 3 binary64) a) c) |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | a |
| 91.0ms | 356× | 0 | valid |
| 62.0ms | 110× | 2 | valid |
| 33.0ms | 46× | 1 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 35.0ms (44.2% of total)backward-pass: 17.0ms (21.5% of total)ival-sqrt: 7.0ms (8.8% of total)ival-div: 6.0ms (7.6% of total)ival-neg: 5.0ms (6.3% of total)ival-sub: 4.0ms (5.1% of total)ival-add: 4.0ms (5.1% of total)const: 1.0ms (1.3% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 56.2% | (/.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.4% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 97.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 77.4% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 60.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 66.0ms | 55× | 2 | valid |
| 27.0ms | 178× | 0 | valid |
| 7.0ms | 23× | 1 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 41.0ms (74% of total)backward-pass: 4.0ms (7.2% of total)ival-sqrt: 3.0ms (5.4% of total)ival-div: 3.0ms (5.4% of total)ival-sub: 2.0ms (3.6% of total)ival-add: 2.0ms (3.6% of total)const: 1.0ms (1.8% 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)))> |
| 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))))> |
36 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 | 43 |
| 1 | 63 | 39 |
| 2 | 545 | 39 |
| 3 | 7665 | 39 |
| 0 | 8163 | 39 |
| 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))) |
| 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))))))) |
| 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 | 3241 |
| 1 | 1915 | 3067 |
| 2 | 7259 | 3055 |
| 0 | 8106 | 3055 |
| 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)))) |
| 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)) |
Compiled 21670 to 2001 computations (90.8% saved)
23 alts after pruning (22 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 506 | 22 | 528 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 506 | 23 | 529 |
| Status | Accuracy | Program |
|---|---|---|
| 56.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| ▶ | 56.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 33.6% | (/.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)) | |
| 28.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 13.7% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 7.9% | (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 55.6% | (/.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))) | |
| ▶ | 13.4% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 56.2% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 39.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 13.2% | (/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.1% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 33.8% | (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 32.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ▶ | 35.4% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 35.4% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 56.2% | (/.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))) | |
| ▶ | 56.1% | (/.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)) |
| 43.7% | (+.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))))) | |
| 54.6% | (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) | |
| 56.2% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ▶ | 35.4% | (*.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)) |
| 30.2% | (*.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))))) |
Compiled 885 to 589 computations (33.4% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
| ✓ | cost-diff | 128 | (/.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)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) |
| ✓ | cost-diff | 256 | (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
| ✓ | cost-diff | 512 | (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 c b) b) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) |
| ✓ | cost-diff | 256 | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | cost-diff | 0 | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | cost-diff | 0 | (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) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 2266× | *-lowering-*.f32 |
| 2266× | *-lowering-*.f64 |
| 2106× | fma-lowering-fma.f32 |
| 2106× | fma-lowering-fma.f64 |
| 2098× | fmm-def |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 292 |
| 1 | 99 | 275 |
| 2 | 256 | 275 |
| 3 | 962 | 261 |
| 4 | 3442 | 260 |
| 5 | 6856 | 260 |
| 0 | 8657 | 260 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
(- (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 |
(/ (* b -2/3) a) |
(* b -2/3) |
b |
-2/3 |
a |
(* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
(+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) |
(* -1/2 (/ (/ c b) b)) |
-1/2 |
(/ (/ c b) b) |
(/ c b) |
c |
b |
(/ 2/3 a) |
2/3 |
a |
(- 0 b) |
0 |
(/ (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) (* 3 a)) |
(- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) |
(* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) |
b |
(+ 1 (/ (* c (* a -3/2)) (* b b))) |
1 |
(/ (* c (* a -3/2)) (* b b)) |
(* c (* a -3/2)) |
c |
(* a -3/2) |
a |
-3/2 |
(* b b) |
(* 3 a) |
3 |
(/ 1/3 (* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a)) |
1/3 |
(* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a) |
(/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
1 |
(- (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 |
| Outputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) 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 (+ (* b b) (* c (* a -3)))) b) 3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(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)))) |
(* 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 |
#s(literal 3 binary64) |
(/ (* b -2/3) a) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b -2/3) |
(*.f64 b #s(literal -2/3 binary64)) |
b |
-2/3 |
#s(literal -2/3 binary64) |
a |
(* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
(+.f64 (*.f64 (/.f64 c b) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a)) |
(+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) b) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ (/ c b) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) b) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (/ c b) b) |
(/.f64 (/.f64 c b) b) |
(/ c b) |
(/.f64 c b) |
c |
b |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
2/3 |
#s(literal 2/3 binary64) |
a |
(- 0 b) |
(-.f64 #s(literal 0 binary64) b) |
0 |
#s(literal 0 binary64) |
(/ (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) (* 3 a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) |
(+.f64 b (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
b |
(+ 1 (/ (* c (* a -3/2)) (* b b))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) |
1 |
#s(literal 1 binary64) |
(/ (* c (* a -3/2)) (* b b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(* c (* a -3/2)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
c |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
a |
-3/2 |
#s(literal -3/2 binary64) |
(* b b) |
(*.f64 b b) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ 1/3 (* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
1/3 |
#s(literal 1/3 binary64) |
(* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a) |
(/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
1 |
#s(literal 1 binary64) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(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)))) |
(* 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) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.2% | (/.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)) |
| ✓ | accuracy | 97.9% | (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
| ✓ | accuracy | 77.4% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 60.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | accuracy | 94.1% | (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
| ✓ | accuracy | 88.2% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 83.3% | (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
| ✓ | accuracy | 58.4% | (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) |
| ✓ | accuracy | 99.8% | (/.f64 (/.f64 c b) b) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 2/3 binary64) a) |
| ✓ | accuracy | 89.8% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | accuracy | 99.5% | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.4% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 97.5% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| ✓ | accuracy | 77.4% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 60.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 198.0ms | 81× | 2 | valid |
| 151.0ms | 79× | 1 | valid |
| 110.0ms | 95× | 0 | valid |
| 2.0ms | 1× | 3 | valid |
Compiled 328 to 41 computations (87.5% saved)
ival-mult: 67.0ms (33.6% of total)...c/correct-round.rkt:119:19: 49.0ms (24.6% of total)ival-div: 40.0ms (20.1% of total)backward-pass: 23.0ms (11.5% of total)ival-sub: 7.0ms (3.5% of total)ival-add: 7.0ms (3.5% of total)ival-sqrt: 5.0ms (2.5% of total)const: 2.0ms (1% of total)| Inputs |
|---|
#<alt (/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a)> |
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (/ (* b -2/3) a)> |
#<alt (* b -2/3)> |
#<alt (* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b))> |
#<alt (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a))> |
#<alt (* -1/2 (/ (/ c b) b))> |
#<alt (/ (/ c b) b)> |
#<alt (/ (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) (* 3 a))> |
#<alt (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b)> |
#<alt (* b (+ 1 (/ (* c (* a -3/2)) (* b b))))> |
#<alt (+ 1 (/ (* c (* a -3/2)) (* b b)))> |
#<alt (/ 1/3 (* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a))> |
#<alt (* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a)> |
#<alt (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (/ 2/3 a)> |
#<alt (/ (* c (* a -3/2)) (* b b))> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* 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 (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3)))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3)))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2/3 b)> |
#<alt (* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (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 (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (/ 2/3 a)> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (/ 2/3 a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt b> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt 1> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 1 (* -3/2 (/ (* a c) (pow b 2))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* 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)) (/ 1 (sqrt -3)))> |
#<alt (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2))))> |
#<alt (+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* c (pow (sqrt -3) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* c (pow (sqrt -3) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (* -2/3 (/ b c))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))> |
#<alt (* b (- (* -1 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))))> |
#<alt (* b (- (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3/4 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 3/8 (/ (* (pow a 2) c) (pow b 4))) (* 2/3 (/ 1 c)))))))> |
#<alt (* -1/2 (/ a b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* (pow a 2) c) (pow b 2))) (* 1/2 a)) b))> |
#<alt (* -1 (/ (- (+ (* 1/2 a) (* 9/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* (pow a 2) c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ (* -1 (/ (+ (* -27/32 (* (pow a 4) (pow c 3))) (* -27/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -9/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -3/8 (/ (* (pow a 2) c) (pow b 2))))) b))> |
#<alt (* -2/3 (/ b c))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -2/3 b) (* c (- (* -1 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c)> |
#<alt (/ (+ (* -2/3 b) (* c (- (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c)> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -3)))> |
#<alt (/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -3))) (/ b (pow (sqrt -3) 2))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -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))) (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (pow (sqrt -3) 2)))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (pow (sqrt -3) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c)> |
#<alt (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))) (/ b (pow (sqrt 3) 2))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* b c) (pow (sqrt 3) 2))) c)) (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* 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 (* (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)) (/ (* b c) (pow (sqrt 3) 2))) c)) (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) c))> |
#<alt (* -2/3 (/ b c))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b)))))> |
#<alt (* (sqrt (/ a c)) (/ 1 (sqrt -3)))> |
#<alt (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2))))> |
#<alt (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ b (* c (pow (sqrt 3) 2)))))> |
#<alt (+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* -1 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))> |
#<alt (+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) (/ b (* a (* c (pow (sqrt -3) 2)))))> |
#<alt (+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -3/4 (* a c)) (* 3/8 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* a c)) (* 3/8 (* a c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 9/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -3/4 (/ (* a c) (pow b 4))) (+ (* 3/8 (/ (* a c) (pow b 4))) (* 2/3 (/ 1 (* a c)))))))> |
#<alt (/ -1/2 b)> |
#<alt (* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 1/2 (* 9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* -27/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -3/8 (/ (* a c) (pow b 2))))) b))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* c (+ (* -1 (* c (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 9/16 (/ (pow a 2) (pow b 5))))))) (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))> |
#<alt (/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -3))) (/ b (* a (pow (sqrt -3) 2)))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c)> |
#<alt (* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) (/ b (* a (pow (sqrt 3) 2)))) c))> |
#<alt (* -1 (/ (+ (* -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))))) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (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 (* (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)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))> |
#<alt (/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a)> |
#<alt (* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))) (/ b (* c (pow (sqrt 3) 2)))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a))> |
#<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 (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
159 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 24.0ms | b | @ | -inf | (/ (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) (* 3 a)) |
| 14.0ms | b | @ | 0 | (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
| 6.0ms | c | @ | -inf | (/ (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) (* 3 a)) |
| 3.0ms | a | @ | inf | (* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a) |
| 2.0ms | c | @ | -inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
| 1× | batch-egg-rewrite |
| 5596× | *-lowering-*.f32 |
| 5596× | *-lowering-*.f64 |
| 3428× | /-lowering-/.f32 |
| 3428× | /-lowering-/.f64 |
| 2264× | --lowering--.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 199 |
| 1 | 234 | 186 |
| 2 | 2127 | 182 |
| 0 | 10555 | 182 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(/ (* b -2/3) a) |
(* b -2/3) |
(* (+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) (- 0 b)) |
(+ (* -1/2 (/ (/ c b) b)) (/ 2/3 a)) |
(* -1/2 (/ (/ c b) b)) |
(/ (/ c b) b) |
(/ (- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) (* 3 a)) |
(- (* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) b) |
(* b (+ 1 (/ (* c (* a -3/2)) (* b b)))) |
(+ 1 (/ (* c (* a -3/2)) (* b b))) |
(/ 1/3 (* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a)) |
(* (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) a) |
(/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(+ (* b b) (* c (* a -3))) |
(/ 2/3 a) |
(/ (* c (* a -3/2)) (* b b)) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(neg.f64 (/.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 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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) #s(literal 1 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) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (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 (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 (/.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)) a) (*.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))) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 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 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 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) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/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 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1/3 binary64)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) b))) (fma.f64 #s(literal -1/3 binary64) b (*.f64 #s(literal 1/3 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.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/3 binary64))) |
(/.f64 #s(literal 1/3 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) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1/3 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b)) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) #s(literal -9 binary64)) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 #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) (/.f64 #s(literal 3 binary64) b)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 3 binary64) b))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 #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 #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 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 3 binary64) b)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) b))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b))) #s(literal 9 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.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/3 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1 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 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (fma.f64 #s(literal -1 binary64) b b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 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)) (-.f64 #s(literal 0 binary64) b)) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 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 (*.f64 b b) (*.f64 c (*.f64 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 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (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 #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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (-.f64 #s(literal 0 binary64) b)) (*.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 #s(literal 0 binary64) (*.f64 b b)))) (*.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 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 b b)) (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.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 b b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (*.f64 b b)) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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)))))))) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 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)) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a 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 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (sqrt.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/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 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (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 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 #s(literal -2/3 binary64) (*.f64 b (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 b #s(literal -2/3 binary64)) |
(*.f64 #s(literal -2/3 binary64) b) |
(+.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) #s(literal 0 binary64)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b))) |
(+.f64 (*.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) #s(literal 0 binary64) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(fma.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) b))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 2/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b))) |
(neg.f64 (*.f64 b (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))) (*.f64 b b))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b b))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a))))) (*.f64 b (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (*.f64 b (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) |
(+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) |
(+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) |
(-.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(fma.f64 (/.f64 c b) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) (/.f64 #s(literal 2/3 binary64) a)) |
(fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1/2 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(fma.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 2/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 a a)) (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 #s(literal 2/3 binary64) a))) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) a) (*.f64 b #s(literal 2/3 binary64))) (*.f64 b a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) (*.f64 a b)) |
(/.f64 (+.f64 b (*.f64 (/.f64 a #s(literal 2/3 binary64)) (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) (*.f64 (/.f64 a #s(literal 2/3 binary64)) b)) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (neg.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 4/9 binary64) (*.f64 a a)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))))) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a))) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 8/27 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b)) (/.f64 a #s(literal 2/3 binary64)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal -1/2 binary64) (/.f64 b c)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 c b) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (/.f64 c b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) b)) |
(/.f64 c (*.f64 b b)) |
(/.f64 (/.f64 c b) b) |
(/.f64 (/.f64 c b) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 c b)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 c b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 c b) #s(literal 1 binary64)) b) |
(pow.f64 (/.f64 b (/.f64 c b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (/.f64 c b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(*.f64 (pow.f64 (/.f64 b (-.f64 #s(literal 0 binary64) c)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (fma.f64 b (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (/.f64 b (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 b a) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 b a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) a) (/.f64 b #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(fma.f64 b (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (/.f64 b (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 b a) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 b a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) a) (/.f64 b #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c 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 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c 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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c 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 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (neg.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) a) (/.f64 b a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.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)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (/.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)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 a (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) a)) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (/.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 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) 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 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 (neg.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c 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 (neg.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (/.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 (neg.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.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 (neg.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) 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 (neg.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) #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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) 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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) 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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) 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 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) a) a) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(+.f64 b (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) b)) |
(+.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) (fma.f64 #s(literal -1 binary64) b b)) |
(+.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) |
(+.f64 (+.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) |
(-.f64 (/.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (/.f64 (*.f64 b b) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(-.f64 (+.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) b)) |
(fma.f64 b (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal 1 binary64) b (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) b)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) b (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b))) (neg.f64 (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 b b)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) (*.f64 (-.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 b b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) (*.f64 b b)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) b) (*.f64 b b)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) b) (*.f64 b b)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))))) (*.f64 (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b))) (*.f64 (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) |
(+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) b) |
(fma.f64 b #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) |
(fma.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) b) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b)) b) b) |
(fma.f64 (/.f64 c b) (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) b) b) |
(fma.f64 #s(literal 1 binary64) b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) |
(fma.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b) b) |
(fma.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) b b) |
(fma.f64 (*.f64 b c) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b)) b) |
(fma.f64 (*.f64 b (/.f64 c b)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) b) |
(fma.f64 (*.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) |
(/.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (*.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (-.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) |
(/.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) b) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) b) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) b) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) |
(+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))))) (/.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 c b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 c b) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(fma.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b)) c #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 c a) b) (/.f64 #s(literal -3/2 binary64) b) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (+.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -27/8 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(neg.f64 (/.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 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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) #s(literal 1 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) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (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 (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 (/.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)) a) (*.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))) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 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 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 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) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/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 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #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 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 a #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal -1 binary64)) |
(*.f64 a (/.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 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.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 a (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 (-.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))))))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.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) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (-.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 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (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 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(*.f64 (pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/2 binary64)) (pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (pow.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 #s(literal 1 binary64) (-.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 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (pow.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 b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(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 #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 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 c (*.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 (*.f64 c a) (*.f64 c a))))) (*.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.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 (-.f64 (*.f64 b (*.f64 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 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 2/3 binary64) a) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 2/3 binary64)))) |
(pow.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) b) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 b (/.f64 c b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 c b) (*.f64 a #s(literal -3/2 binary64))) b) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (/.f64 b c)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b)))) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b)) c) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c a) b) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b b))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 b #s(literal -3/2 binary64)) #s(literal -1 binary64))) |
| 1× | egg-herbie |
| 6796× | *-lowering-*.f32 |
| 6796× | *-lowering-*.f64 |
| 3784× | +-lowering-+.f64 |
| 3784× | +-lowering-+.f32 |
| 1804× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1248 | 10340 |
| 1 | 4541 | 9680 |
| 0 | 8897 | 9680 |
| 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))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(* -1/2 (/ (* a c) b)) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2/3 b) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -1/2 (/ (* a c) b)) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ (* a c) b)) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* (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)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(* -1/2 (/ c (pow b 2))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(* -1/2 (/ c (pow b 2))) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(/ 2/3 a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(/ 2/3 a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(* -1/2 (/ c (pow b 2))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* -3/2 (/ (* a c) b)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* -3/2 (/ (* a c) b)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
1 |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* 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)) (/ 1 (sqrt -3))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* c (pow (sqrt -3) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* c (pow (sqrt -3) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(* -2/3 (/ b c)) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(* b (- (* -1 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(* b (- (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3/4 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 3/8 (/ (* (pow a 2) c) (pow b 4))) (* 2/3 (/ 1 c))))))) |
(* -1/2 (/ a b)) |
(* -1 (/ (+ (* 3/8 (/ (* (pow a 2) c) (pow b 2))) (* 1/2 a)) b)) |
(* -1 (/ (- (+ (* 1/2 a) (* 9/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -27/32 (* (pow a 4) (pow c 3))) (* -27/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -9/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -3/8 (/ (* (pow a 2) c) (pow b 2))))) b)) |
(* -2/3 (/ b c)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -2/3 b) (* c (- (* -1 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/ (+ (* -2/3 b) (* c (- (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(* (sqrt (/ a c)) (/ 1 (sqrt -3))) |
(/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -3))) (/ b (pow (sqrt -3) 2))) c) |
(/ (- (+ (* -1 (/ (+ (* -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))) (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (pow (sqrt -3) 2)))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (pow (sqrt -3) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))) (/ b (pow (sqrt 3) 2))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* b c) (pow (sqrt 3) 2))) c)) (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* 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 (* (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)) (/ (* b c) (pow (sqrt 3) 2))) c)) (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) c)) |
(* -2/3 (/ b c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -3))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ b (* c (pow (sqrt 3) 2))))) |
(+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* -1 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) (/ b (* a (* c (pow (sqrt -3) 2))))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(* -2/3 (/ b (* a c))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a c)) (* 3/8 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* a c)) (* 3/8 (* a c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 9/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -3/4 (/ (* a c) (pow b 4))) (+ (* 3/8 (/ (* a c) (pow b 4))) (* 2/3 (/ 1 (* a c))))))) |
(/ -1/2 b) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 1/2 (* 9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* -27/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -3/8 (/ (* a c) (pow b 2))))) b)) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* -1 (* c (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 9/16 (/ (pow a 2) (pow b 5))))))) (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -3))) (/ b (* a (pow (sqrt -3) 2)))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) (/ b (* a (pow (sqrt 3) 2)))) c)) |
(* -1 (/ (+ (* -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))))) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (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 (* (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)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))) (/ b (* c (pow (sqrt 3) 2)))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(* -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)))) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* -3/2 (/ (* a c) (pow b 2))) |
| Outputs |
|---|
(* 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 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c #s(literal -1/2 binary64))) (+.f64 (/.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 b a) #s(literal -2/3 binary64)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(*.f64 #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))) (* -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 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 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 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 #s(literal -1/3 binary64) (/.f64 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 #s(literal -1/3 binary64) (/.f64 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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(*.f64 #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 (*.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 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 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 #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 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 #s(literal -1/3 binary64) b)) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1/3 binary64)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1/3 binary64)))) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.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))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/6 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/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/6 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))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.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))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 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 (* a c)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 #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))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #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 #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))))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(*.f64 (*.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)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.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/3 binary64) b) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.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/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) a)) a)) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.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))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.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 (*.f64 c c) (*.f64 a a)) (*.f64 b b)) #s(literal -9/8 binary64))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)) #s(literal -9/8 binary64))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)) #s(literal -9/8 binary64))) (/.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 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 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 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 (*.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))))) #s(literal -1/8 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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c 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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 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 b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 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 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) b) a)) (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 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (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 (*.f64 #s(literal 1/2 binary64) (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 (*.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))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -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 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 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 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
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 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #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 (*.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))))) #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 (/.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))))) #s(literal -1/8 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 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c 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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.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 (*.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 (*.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 b) #s(literal -3/2 binary64)) (/.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 c b) #s(literal -3/2 binary64)) (*.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 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #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 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/16 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))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))))))) (neg.f64 a)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* c (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b)))) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))))) |
(* -1 (* c (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a))))) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 b b) a))) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 b b) a))) (*.f64 b b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 b b) a))) (*.f64 b b)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) a) |
(/ (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) a) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(* -1/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)) |
(* -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)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) b) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 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 (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) b) (/.f64 b a)) (neg.f64 a)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(+.f64 #s(literal 1 binary64) (*.f64 c (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b b)))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(+.f64 #s(literal 1 binary64) (*.f64 c (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b b)))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(+.f64 #s(literal 1 binary64) (*.f64 c (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b b)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1 binary64) c)) (neg.f64 c)) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1 binary64) c)) (neg.f64 c)) |
(* -1 (* c (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1 binary64) c)) (neg.f64 c)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(+.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 b b)))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(+.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 b b)))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(+.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 b b)))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) a)) (neg.f64 a)) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) a)) (neg.f64 a)) |
(* -1 (* a (- (* 3/2 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) (pow b 2)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (*.f64 b b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ 1 (* -3/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #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 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c #s(literal -1/2 binary64))) (+.f64 (/.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 b a) #s(literal -2/3 binary64)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(*.f64 #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))) (* -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 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 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 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 #s(literal -1/3 binary64) (/.f64 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 #s(literal -1/3 binary64) (/.f64 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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(*.f64 #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 (*.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 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 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 #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 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* (sqrt (/ a c)) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) |
(+.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* c (pow (sqrt -3) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -3 binary64)))))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* c (pow (sqrt -3) 2))))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c))) |
(* b (- (* -1 (/ (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c))) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(*.f64 b (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) c) (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b)))))) |
(* b (- (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* (pow a 2) c)) (* 3/8 (* (pow a 2) c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))) (* 9/16 (* (pow a 3) (pow c 2))))) (pow b 6))) (+ (* -3/4 (/ (* (pow a 2) c) (pow b 4))) (+ (* -1/2 (/ a (pow b 2))) (+ (* 3/8 (/ (* (pow a 2) c) (pow b 4))) (* 2/3 (/ 1 c))))))) |
(*.f64 b (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c c)))) (neg.f64 (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))))) |
(* -1/2 (/ a b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) a) b) |
(* -1 (/ (+ (* 3/8 (/ (* (pow a 2) c) (pow b 2))) (* 1/2 a)) b)) |
(/.f64 (+.f64 (*.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 3/8 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ (* 1/2 a) (* 9/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* (pow a 2) c) (pow b 2)))) b)) |
(/.f64 (+.f64 (*.f64 a #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 3/8 binary64)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -27/32 (* (pow a 4) (pow c 3))) (* -27/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (* 1/2 a)) (+ (* -9/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* -3/8 (/ (* (pow a 2) c) (pow b 2))))) b)) |
(/.f64 (+.f64 (+.f64 (-.f64 (*.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 3/8 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c) |
(/ (+ (* -2/3 b) (* c (- (* -1 (* c (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c (+.f64 (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))))) c) |
(/ (+ (* -2/3 b) (* c (- (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)) (* 9/16 (/ (pow a 3) (pow b 5))))))) (+ (* -3/4 (/ (pow a 2) (pow b 3))) (* 3/8 (/ (pow a 2) (pow b 3)))))) (* -1/2 (/ a b))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))) (neg.f64 c)) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))))) c) |
(* (sqrt (/ a c)) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(/ (+ (* (sqrt (* a c)) (/ 1 (sqrt -3))) (/ b (pow (sqrt -3) 2))) c) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #s(literal -3 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* -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))) (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (pow (sqrt -3) 2)))) c) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #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))) (/.f64 b #s(literal -3 binary64))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (pow (sqrt -3) 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))) (*.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 b #s(literal 3 binary64)) (*.f64 #s(literal 1/2 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 (*.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)))))) c) |
(* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))) (/ b (pow (sqrt 3) 2))) c)) |
(/.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 c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* b c) (pow (sqrt 3) 2))) c)) (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) c)) |
(/.f64 (-.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 a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (/.f64 (*.f64 c b) #s(literal -3 binary64))) c)) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* 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 (* (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)) (/ (* b c) (pow (sqrt 3) 2))) c)) (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) c)) |
(/.f64 (-.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 #s(literal 1/2 binary64) a) (/.f64 (*.f64 c (*.f64 b (*.f64 b b))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.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) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) (neg.f64 c)) (/.f64 (*.f64 c b) #s(literal -3 binary64))) c)) (neg.f64 c)) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) |
(+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) |
(+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (neg.f64 a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (/ a c)) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) |
(+.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) |
(- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a a))) (/.f64 (/.f64 b c) #s(literal -3 binary64))) |
(- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (+.f64 (/.f64 (/.f64 b c) #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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ b (* c (pow (sqrt 3) 2))))) |
(-.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* -1 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (/.f64 (*.f64 a b) (*.f64 c #s(literal 3 binary64)))) a)) |
(+ (* -1 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) (neg.f64 a)) (/.f64 (*.f64 a b) (*.f64 c #s(literal 3 binary64)))) a)) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) (/ b (* a (* c (pow (sqrt -3) 2))))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a c)) (* 3/8 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* a c)) (* 3/8 (* a c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 9/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -3/4 (/ (* a c) (pow b 4))) (+ (* 3/8 (/ (* a c) (pow b 4))) (* 2/3 (/ 1 (* a c))))))) |
(*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) a) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) (+.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 c c) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))))) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ 1/2 (* 9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* -27/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -3/8 (/ (* a c) (pow b 2))))) b)) |
(/.f64 (+.f64 (+.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* -1 (* c (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 9/16 (/ (pow a 2) (pow b 5))))))) (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b)))))))) c) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -3))) (/ b (* a (pow (sqrt -3) 2)))) c) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c 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)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)) (*.f64 c c))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(/.f64 (-.f64 (-.f64 (/.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 c c) (*.f64 b (*.f64 b b))) (*.f64 a a))) (/.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)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (-.f64 (+.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)))))) (/.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)))))) c) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) (/ b (* a (pow (sqrt 3) 2)))) c)) |
(/.f64 (+.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)))) (neg.f64 c)) |
(* -1 (/ (+ (* -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))))) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(/.f64 (-.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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (/.f64 (/.f64 (*.f64 c b) a) #s(literal -3 binary64))) c)) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (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 (* (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)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(/.f64 (-.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 #s(literal 1/2 binary64) (*.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))))) (neg.f64 c)) (/.f64 (/.f64 (*.f64 c b) a) #s(literal -3 binary64))) c)) (neg.f64 c)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (neg.f64 a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) a) |
(/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a a))) (/.f64 (/.f64 b c) #s(literal -3 binary64))) a) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (+.f64 (/.f64 (/.f64 b c) #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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))) (/ b (* c (pow (sqrt 3) 2)))) a)) |
(/.f64 (-.f64 (/.f64 (/.f64 b c) #s(literal -3 binary64)) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) a) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 a (/.f64 (/.f64 b c) #s(literal -3 binary64)))) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) (neg.f64 a)) (*.f64 a (/.f64 (/.f64 b c) #s(literal -3 binary64)))) a)) (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 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 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)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
Compiled 38511 to 4072 computations (89.4% saved)
43 alts after pruning (42 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1434 | 37 | 1471 |
| Fresh | 12 | 5 | 17 |
| Picked | 4 | 1 | 5 |
| Done | 1 | 0 | 1 |
| Total | 1451 | 43 | 1494 |
| Status | Accuracy | Program |
|---|---|---|
| 13.7% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) | |
| ▶ | 56.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| 39.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) | |
| 28.7% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 35.4% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 28.7% | (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) | |
| 5.0% | (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| ▶ | 18.8% | (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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))) |
| 3.3% | (/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 10.2% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) | |
| 39.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 8.5% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) | |
| 22.8% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) | |
| 33.7% | (/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) | |
| 13.1% | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) | |
| 32.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 35.4% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 35.4% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 56.1% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) | |
| 13.7% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) | |
| 35.3% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) | |
| 32.1% | (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) | |
| 32.5% | (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) | |
| 31.5% | (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) | |
| 33.0% | (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) | |
| 31.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) | |
| ▶ | 28.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
| 39.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) | |
| 33.7% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) | |
| 35.3% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) | |
| 28.7% | (/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) | |
| 32.6% | (/.f64 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) | |
| ▶ | 35.5% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| 13.7% | (*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 35.4% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) | |
| 35.4% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) | |
| 56.2% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ▶ | 35.4% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 17.3% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) | |
| 28.9% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) | |
| 35.4% | (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) b)) | |
| 6.2% | (exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) #s(literal -1 binary64))) | |
| 17.3% | (exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
Compiled 1470 to 1016 computations (30.9% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64)) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a)) |
| ✓ | cost-diff | 768 | (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a))) |
| ✓ | cost-diff | 896 | (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -2/3 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 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) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| 3152× | *-lowering-*.f32 |
| 3152× | *-lowering-*.f64 |
| 1436× | sum5-define |
| 1160× | sum3-define |
| 1138× | /-lowering-/.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 281 |
| 1 | 96 | 272 |
| 2 | 271 | 260 |
| 3 | 921 | 250 |
| 4 | 3609 | 244 |
| 5 | 7283 | 244 |
| 0 | 8422 | 244 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 3) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
3 |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
-2/3 |
a |
b |
(+ (* (/ b a) -2/3) (/ (* c 1/2) b)) |
(* (/ b a) -2/3) |
(/ b a) |
b |
a |
-2/3 |
(/ (* c 1/2) b) |
(* c 1/2) |
c |
1/2 |
(/ 1/3 (* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a)) |
1/3 |
(* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a) |
(/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) |
(+ (* (/ b a) -2/3) (/ (* c 1/2) b)) |
(* (/ b a) -2/3) |
(/ b a) |
b |
a |
-2/3 |
(/ (* c 1/2) b) |
(* c 1/2) |
c |
1/2 |
(/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3)) |
(- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) |
(* (+ b (* (* a -3/2) (/ c b))) 3) |
(+ b (* (* a -3/2) (/ c b))) |
b |
(* (* a -3/2) (/ c b)) |
(* a -3/2) |
a |
-3/2 |
(/ c b) |
c |
3 |
(* (* a 3) (/ b a)) |
(* a 3) |
(/ b a) |
(* (* a 3) 3) |
| Outputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
3 |
#s(literal 3 binary64) |
(* (/ -2/3 a) b) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
-2/3 |
#s(literal -2/3 binary64) |
a |
b |
(+ (* (/ b a) -2/3) (/ (* c 1/2) b)) |
(+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* (/ b a) -2/3) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(/ b a) |
(/.f64 b a) |
b |
a |
-2/3 |
#s(literal -2/3 binary64) |
(/ (* c 1/2) b) |
(/.f64 (*.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/3 (* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a)) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (+.f64 (*.f64 #s(literal -2/3 binary64) b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 c b))))) |
1/3 |
#s(literal 1/3 binary64) |
(* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 c b)))) c) |
(/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(+ (* (/ b a) -2/3) (/ (* c 1/2) b)) |
(+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* (/ b a) -2/3) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(/ b a) |
(/.f64 b a) |
b |
a |
-2/3 |
#s(literal -2/3 binary64) |
(/ (* c 1/2) b) |
(/.f64 (*.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) |
(/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b) (*.f64 a #s(literal 9 binary64))) |
(- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b) |
(* (+ b (* (* a -3/2) (/ c b))) 3) |
(+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b)) |
(+ b (* (* a -3/2) (/ c b))) |
(+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b) |
b |
(* (* a -3/2) (/ c b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
a |
-3/2 |
#s(literal -3/2 binary64) |
(/ c b) |
(/.f64 c b) |
c |
3 |
#s(literal 3 binary64) |
(* (* a 3) (/ b a)) |
(*.f64 #s(literal 3 binary64) b) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
(/ b a) |
(/.f64 b a) |
(* (* a 3) 3) |
(*.f64 a #s(literal 9 binary64)) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 93.2% | (/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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))) |
| ✓ | accuracy | 92.5% | (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) |
| ✓ | accuracy | 82.4% | (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a)) |
| ✓ | accuracy | 68.7% | (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a))) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.0% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
| ✓ | accuracy | 95.1% | (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a) |
| ✓ | accuracy | 90.4% | (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal -2/3 binary64) a) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 98.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 83.0% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 71.0% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 288.0ms | 76× | 5 | exit |
| 145.0ms | 55× | 2 | valid |
| 128.0ms | 33× | 3 | valid |
| 61.0ms | 59× | 0 | valid |
| 49.0ms | 33× | 1 | valid |
Compiled 302 to 38 computations (87.4% saved)
ival-mult: 74.0ms (29.8% of total)backward-pass: 72.0ms (29% of total)ival-div: 47.0ms (18.9% of total)ival-add: 27.0ms (10.9% of total)...c/correct-round.rkt:119:19: 14.0ms (5.6% of total)ival-sub: 7.0ms (2.8% of total)ival-sqrt: 6.0ms (2.4% of total)const: 2.0ms (0.8% of total)| Inputs |
|---|
#<alt (/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 3)> |
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (* (/ -2/3 a) b)> |
#<alt (/ -2/3 a)> |
#<alt (+ (* (/ b a) -2/3) (/ (* c 1/2) b))> |
#<alt (* (/ b a) -2/3)> |
#<alt (/ b a)> |
#<alt (/ (* c 1/2) b)> |
#<alt (/ 1/3 (* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a))> |
#<alt (* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a)> |
#<alt (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c)> |
#<alt (/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3))> |
#<alt (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a)))> |
#<alt (* (* a 3) (/ b a))> |
#<alt (* (* a 3) 3)> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* c 1/2)> |
#<alt (* (* a -3/2) (/ c b))> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* 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 (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (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 (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 2/3 (/ b a))> |
#<alt (* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a))))> |
#<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))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (/ (+ (* 9/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 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/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/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))) (* -9/32 (/ (* a (pow c 3)) (pow b 5))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7))))))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a)> |
#<alt (/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a)> |
#<alt (/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a)> |
#<alt (* 2/3 (/ b a))> |
#<alt (* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a))> |
#<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))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a)))> |
#<alt (* 1/2 (/ a b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b)> |
#<alt (* -2/3 (/ b c))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))> |
#<alt (* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))> |
#<alt (* -2/3 (/ b c))> |
#<alt (* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))))> |
#<alt (* -2/3 (/ b c))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (* 1/2 (/ a b))> |
#<alt (* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ a b))> |
#<alt (* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -2/3 (/ b c))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c)> |
#<alt (* 1/2 (/ a b))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (* 1/2 (/ a b))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (+ (* -2/3 (/ b c)) (* 1/2 (/ a b)))> |
#<alt (/ 1/2 b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* -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)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* 1/2 c)> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
147 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 27.0ms | a | @ | -inf | (/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3)) |
| 24.0ms | a | @ | 0 | (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) |
| 3.0ms | a | @ | inf | (* (* a 3) 3) |
| 2.0ms | c | @ | 0 | (/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3)) |
| 1.0ms | a | @ | 0 | (/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3)) |
| 1× | batch-egg-rewrite |
| 4516× | *-lowering-*.f32 |
| 4516× | *-lowering-*.f64 |
| 3738× | /-lowering-/.f32 |
| 3738× | /-lowering-/.f64 |
| 1682× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 189 |
| 1 | 220 | 182 |
| 2 | 1985 | 182 |
| 0 | 8737 | 182 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 3) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
(+ (* (/ b a) -2/3) (/ (* c 1/2) b)) |
(* (/ b a) -2/3) |
(/ b a) |
(/ (* c 1/2) b) |
(/ 1/3 (* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a)) |
(* (/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) a) |
(/ (+ (* (/ b a) -2/3) (/ (* c 1/2) b)) c) |
(/ (- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) (* (* a 3) 3)) |
(- (* (+ b (* (* a -3/2) (/ c b))) 3) (* (* a 3) (/ b a))) |
(* (* a 3) (/ b a)) |
(* (* a 3) 3) |
(+ (* b b) (* c (* a -3))) |
(* c 1/2) |
(* (* a -3/2) (/ c b)) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 (/.f64 b a) #s(literal 3 binary64))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) 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 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal 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 3 binary64) (/.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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 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) #s(literal 1/3 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) 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 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a #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 a b))) #s(literal 9 binary64)) |
(pow.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/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 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(neg.f64 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 b a) (/.f64 b a)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 2 binary64)) (*.f64 (/.f64 b a) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b #s(literal 1 binary64))) a) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a b)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (/.f64 a b))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (neg.f64 (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) (*.f64 a #s(literal -1 binary64))) (*.f64 a (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (/.f64 a b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (/.f64 a b))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a (*.f64 b #s(literal 1 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (/.f64 a b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (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 (pow.f64 (/.f64 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)))) #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 a (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.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)))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a 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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64))))) (sqrt.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64)))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/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 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a 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 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a 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 b (*.f64 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 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 2/3 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -2/3 binary64))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 2/3 binary64) a)) |
(/.f64 #s(literal -2/3 binary64) a) |
(/.f64 #s(literal -2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 2/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal -2/3 binary64)))) |
(pow.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64)) |
(+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(fma.f64 b (/.f64 #s(literal -2/3 binary64) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 c (/.f64 #s(literal 1/2 binary64) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 b a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal -2/3 binary64) a) b (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 (/.f64 b a) #s(literal -2/3 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 c b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal 1/2 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) b) c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))) (/.f64 (-.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (*.f64 b #s(literal -2/3 binary64))) (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) b) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) a) (*.f64 b (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) a)) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))))) (neg.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))) (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64))) (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 b (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 b (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (/.f64 a b) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a b) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a b) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (/.f64 a b) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (/.f64 a b) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a b) #s(literal -1 binary64))) (*.f64 (/.f64 a b) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (/.f64 a b) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a b) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a b) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (/.f64 a b) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) b) (*.f64 a (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 a b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 a (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) b) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) b) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) b) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) b) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b (*.f64 b #s(literal 1 binary64)))) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 #s(literal 2/3 binary64) b))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b (*.f64 #s(literal 1 binary64) b))) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 2/3 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 2/3 binary64) b))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) b)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) #s(literal -2/3 binary64))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 2/3 binary64) b))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) b)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a b)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) #s(literal -2/3 binary64))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 #s(literal 2/3 binary64) b))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) a) (*.f64 b (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b (*.f64 b #s(literal 1 binary64)))) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 #s(literal 2/3 binary64) b))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b (*.f64 #s(literal 1 binary64) b))) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (/.f64 a b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -2/3 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) a) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 b #s(literal 1 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2/3 binary64) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (/.f64 a #s(literal -2/3 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (*.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))))) (*.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 2/3 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -2/3 binary64))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 b a) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(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 (*.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) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c))))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(pow.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)))) |
(*.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) c) |
(/.f64 a (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) |
(/.f64 (*.f64 a (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a) (-.f64 #s(literal 0 binary64) c)) |
(pow.f64 (/.f64 c (*.f64 a (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a)) |
(*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) |
(*.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a) |
(*.f64 (*.f64 a (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (/.f64 #s(literal 1 binary64) c)) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (-.f64 #s(literal 0 binary64) c))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (*.f64 c (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) #s(literal 1 binary64)) (*.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) #s(literal 1 binary64)) c) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) c)) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (/.f64 #s(literal 1 binary64) c)) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(pow.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 c (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))))) |
(*.f64 (pow.f64 (/.f64 c (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) |
(+.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))))) #s(literal -1 binary64))) |
(-.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64)))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 #s(literal 3 binary64) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 9 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 3 binary64)) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal -9 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))))) (neg.f64 (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 3 binary64)))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (*.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) (+.f64 (*.f64 (/.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a) #s(literal 1/3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a)) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (*.f64 a #s(literal 9 binary64)) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) (*.f64 #s(literal 3 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a))) #s(literal 27 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 #s(literal 9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 #s(literal 9 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) (*.f64 #s(literal 9 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) #s(literal 3 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))))) #s(literal 27 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (*.f64 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) a))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (/.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 a #s(literal 3 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (pow.f64 (/.f64 #s(literal 3 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) |
(+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(-.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) |
(-.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (-.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(-.f64 (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (/.f64 (*.f64 (/.f64 b a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(fma.f64 a (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b))) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b a) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) |
(fma.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(fma.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (neg.f64 (-.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) |
(fma.f64 (/.f64 b a) (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) |
(fma.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(fma.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 3 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) |
(fma.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(fma.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(fma.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(fma.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(fma.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(fma.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (+.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (-.f64 (*.f64 (/.f64 b a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (-.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (neg.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))))) (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)))) (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (-.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b))) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) a) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) a) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal -3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) a) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) a) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) a) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) a) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal -3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) a) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) a) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (/.f64 a b) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 a b) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (/.f64 a b) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))))) (*.f64 (/.f64 a b) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (/.f64 a b) (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a b) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (/.f64 a b) (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)))) (*.f64 (/.f64 a b) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 a (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))))) (*.f64 a (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))))) (*.f64 a (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 a (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)))) (*.f64 a (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)))) (*.f64 a (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 a (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))))) (*.f64 a (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))))) (*.f64 a (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 a (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)))) (*.f64 a (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 a (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)))) (*.f64 a (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (/.f64 a b) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))))) (*.f64 (/.f64 a b) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (/.f64 a b) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))))) (*.f64 (/.f64 a b) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b)))) (*.f64 (/.f64 a b) (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a b) (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64)) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (*.f64 (/.f64 a b) (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)))) (*.f64 (/.f64 a b) (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) #s(literal 1 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) a) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))))) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 1 binary64))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) a) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))))) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) #s(literal 1 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) a) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) (-.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) b))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) #s(literal 1 binary64))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) a) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (*.f64 (/.f64 b a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))))) (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 #s(literal 27 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b))))) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) a) |
(/.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 a b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(pow.f64 (/.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 a (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(*.f64 #s(literal 3 binary64) (*.f64 a (/.f64 b a))) |
(*.f64 (/.f64 b a) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) a) |
(*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 b a) a) #s(literal 3 binary64)) |
(*.f64 a #s(literal 9 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64)) |
(*.f64 #s(literal 9 binary64) a) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(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 #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 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a 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 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64)))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64))))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 c (*.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 (*.f64 c a) (*.f64 c a))))) (*.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a 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 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a 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 #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 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(*.f64 c #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) c) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 (*.f64 c (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 (neg.f64 (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1 binary64)) (/.f64 b c)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) (/.f64 b c)) |
(pow.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c b))) |
(*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 c b)) |
(*.f64 (/.f64 c b) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) a) |
(*.f64 (*.f64 c (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (/.f64 c b) a) #s(literal -3/2 binary64)) |
| 1× | egg-herbie |
| 8268× | *-lowering-*.f32 |
| 8268× | *-lowering-*.f64 |
| 4600× | +-lowering-+.f64 |
| 4600× | +-lowering-+.f32 |
| 1392× | associate-*r* |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 892 | 7312 |
| 1 | 3062 | 7035 |
| 0 | 8510 | 7035 |
| 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 (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(* -3/2 (/ c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(* -3/2 (/ c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (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)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 2/3 (/ b a)) |
(* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a)))) |
(* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(* -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))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)) |
(* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/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))) (* -9/32 (/ (* a (pow c 3)) (pow b 5)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7)))))))) |
(* 2/3 (/ b a)) |
(/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a) |
(* 2/3 (/ b a)) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a)) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b)))) |
(* 2/3 (/ b a)) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))) |
(* 2/3 (/ b a)) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(* 1/2 (/ a b)) |
(/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b) |
(* -2/3 (/ b c)) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(* -2/3 (/ b c)) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(* -2/3 (/ b c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(* 1/2 (/ a b)) |
(* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ a b)) |
(* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -2/3 (/ b c)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(* 1/2 (/ a b)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(* 1/2 (/ a b)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(/ 1/2 b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(* -2/3 (/ b (* a c))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* -2/3 (/ b (* a c))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* -9/2 (/ (* a c) b)) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* -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) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* 1/2 c) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c 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 (*.f64 #s(literal -3/8 binary64) (*.f64 c 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (*.f64 b b))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c 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 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 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 #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 (*.f64 #s(literal -9/16 binary64) (*.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 #s(literal -1/6 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c)) (*.f64 a b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.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)))))) (*.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 #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 #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/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 c (+.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)))))))) |
(* -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 (*.f64 #s(literal -1/3 binary64) 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 (*.f64 #s(literal -1/3 binary64) 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 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 (sqrt.f64 (/.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)) c)) (neg.f64 c)) |
(* -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 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #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 (*.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)))))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/24 binary64)))) a)) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) a)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) a) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 2 binary64) a)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 2 binary64) a)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c)) (*.f64 a b))))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.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))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.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 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (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)) |
(* -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 #s(literal -9/8 binary64) (*.f64 c c)) a) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 (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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 b a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 (+.f64 b (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/8 binary64)))) a)) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 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 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -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 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -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 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #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 (*.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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 c (neg.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/2 binary64))) b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -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 #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) a) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 b a))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/2 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 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 1/2 binary64)))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 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 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.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 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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 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 (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 (*.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 (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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #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 (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 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 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 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)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) 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 #s(literal -9/8 binary64) (*.f64 c c)) a) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (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))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (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 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #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 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (neg.f64 a)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b b)) (*.f64 c (*.f64 a a))))) |
(* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (*.f64 b b)) (*.f64 a (*.f64 c (*.f64 c (*.f64 a a))))) (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))))))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (*.f64 b b)) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 #s(literal 32/27 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 a a))))))))))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (*.f64 b b))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/128 binary64) (*.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 #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 c #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/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 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 9/32 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/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 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 9/32 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (*.f64 #s(literal 27/128 binary64) (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/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 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (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 (*.f64 #s(literal -9/32 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (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/32 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/128 binary64) (pow.f64 c #s(literal 4 binary64))) a) (pow.f64 b #s(literal 7 binary64)))))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a)) (+.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c (*.f64 a a)))))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c (*.f64 a a)))) (+.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 a (*.f64 c (*.f64 c (*.f64 a a)))))) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a))))) a) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a)) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c a)))) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c c))) 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 (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (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 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (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/32 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c (*.f64 c (*.f64 a a))))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))))) |
(- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -8/9 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a)))) (neg.f64 c)) (*.f64 #s(literal -8/9 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))) c)) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) c) (*.f64 a #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) c) (*.f64 a #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) c)) (* 1/2 a)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) c) (*.f64 a #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c))) |
(* b (- (* 1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c))) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ a (pow b 2))) (* 2/3 (/ 1 c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) c) (/.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b) |
(* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* a (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b) |
(* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -1 (* a (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* -2/3 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) c) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(* 1/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 c a))) b) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal 1/2 binary64)) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) a) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(* -1/2 (/ 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)) |
(* -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)) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #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 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* 1/2 c) |
(*.f64 c #s(literal 1/2 binary64)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
Compiled 47352 to 4520 computations (90.5% saved)
63 alts after pruning (61 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1726 | 30 | 1756 |
| Fresh | 6 | 31 | 37 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1736 | 63 | 1799 |
| Status | Accuracy | Program |
|---|---|---|
| 13.7% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) | |
| 2.9% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) | |
| 39.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 39.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) | |
| 32.7% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) | |
| 35.4% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 28.7% | (/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) | |
| 5.0% | (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| ▶ | 3.3% | (/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ▶ | 10.2% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
| 39.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 2.7% | (/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) | |
| 35.3% | (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) | |
| 35.3% | (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) | |
| 24.3% | (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) | |
| 22.9% | (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) | |
| 8.5% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) | |
| 22.8% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) | |
| 33.7% | (/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) | |
| 13.1% | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) | |
| 32.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| 2.4% | (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) | |
| ✓ | 35.4% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 35.4% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 35.4% | (/.f64 b (/.f64 a #s(literal -2/3 binary64))) | |
| 56.1% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) | |
| 28.5% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) | |
| 32.1% | (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) | |
| 32.9% | (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) | |
| 32.5% | (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) | |
| 2.4% | (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) | |
| 31.5% | (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) | |
| 33.0% | (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) | |
| 20.9% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) | |
| 14.8% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) | |
| 11.0% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) | |
| 27.9% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) a)) | |
| 31.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) | |
| 28.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) | |
| 28.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) | |
| 39.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) | |
| 33.7% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) | |
| 2.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) | |
| 35.3% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) | |
| 27.9% | (/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) | |
| 28.7% | (/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) | |
| 14.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) #s(literal -1 binary64))) a)) | |
| 35.4% | (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) | |
| 35.5% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) | |
| ▶ | 35.5% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
| 35.5% | (+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 13.7% | (*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| ▶ | 35.4% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| 35.3% | (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) | |
| 35.4% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) | |
| ▶ | 56.2% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | 35.4% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 17.3% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) | |
| 16.2% | (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) | |
| 28.9% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) | |
| 12.1% | (exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) | |
| 6.2% | (exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) #s(literal -1 binary64))) | |
| 17.3% | (exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
Compiled 2368 to 1580 computations (33.3% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 256 | (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) |
| ✓ | cost-diff | 1536 | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64))) |
| ✓ | cost-diff | 128 | (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) |
| ✓ | cost-diff | 128 | (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) b) c) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| 4152× | *-lowering-*.f32 |
| 4152× | *-lowering-*.f64 |
| 1772× | sum4-define |
| 1590× | /-lowering-/.f32 |
| 1590× | /-lowering-/.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 286 |
| 1 | 120 | 268 |
| 2 | 443 | 267 |
| 3 | 2400 | 260 |
| 4 | 7487 | 260 |
| 0 | 8632 | 260 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/ 1/3 a) |
1/3 |
a |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(* (/ b a) -2/3) |
(/ b a) |
b |
a |
-2/3 |
(+ (* (/ b a) -2/3) (* (/ 1/2 b) c)) |
(* (/ b a) -2/3) |
(/ b a) |
b |
a |
-2/3 |
(* (/ 1/2 b) c) |
(/ 1/2 b) |
1/2 |
c |
(/ (- (* c (+ (/ b c) (* (/ a b) -3/2))) b) (* 3 a)) |
(- (* c (+ (/ b c) (* (/ a b) -3/2))) b) |
(* c (+ (/ b c) (* (/ a b) -3/2))) |
c |
(+ (/ b c) (* (/ a b) -3/2)) |
(/ b c) |
b |
(* (/ a b) -3/2) |
(/ a b) |
a |
-3/2 |
(* 3 a) |
3 |
(/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))) |
(- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) |
(* 1 (* a 3)) |
1 |
(* a 3) |
a |
3 |
(* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b) |
(/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) |
(+ b (* (* a -3/2) (/ c b))) |
b |
(* (* a -3/2) (/ c b)) |
(* a -3/2) |
-3/2 |
(/ c b) |
c |
(* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3)) |
| Outputs |
|---|
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* (/ b a) -2/3) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ b a) |
(/.f64 b a) |
b |
a |
-2/3 |
#s(literal -2/3 binary64) |
(+ (* (/ b a) -2/3) (* (/ 1/2 b) c)) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* (/ b a) -2/3) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ b a) |
(/.f64 b a) |
b |
a |
-2/3 |
#s(literal -2/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) |
c |
(/ (- (* c (+ (/ b c) (* (/ a b) -3/2))) b) (* 3 a)) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))) (*.f64 b #s(literal 0 binary64))) (*.f64 a #s(literal 3 binary64))) |
(- (* c (+ (/ b c) (* (/ a b) -3/2))) b) |
(+.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))) (*.f64 b #s(literal 0 binary64))) |
(* c (+ (/ b c) (* (/ a b) -3/2))) |
(+.f64 b (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b)))) |
c |
(+ (/ b c) (* (/ a b) -3/2)) |
(+.f64 (/.f64 b c) (*.f64 a (/.f64 #s(literal -3/2 binary64) b))) |
(/ b c) |
(/.f64 b c) |
b |
(* (/ a b) -3/2) |
(*.f64 a (/.f64 #s(literal -3/2 binary64) b)) |
(/ a b) |
(/.f64 a b) |
a |
-3/2 |
#s(literal -3/2 binary64) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))) (*.f64 b #s(literal 0 binary64))) (*.f64 a #s(literal 3 binary64))) |
(- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) |
(*.f64 a (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 b #s(literal 3 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 a c) b) #s(literal 3/2 binary64)) b)))) |
(* 1 (* a 3)) |
(*.f64 a #s(literal 3 binary64)) |
1 |
#s(literal 1 binary64) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
a |
3 |
#s(literal 3 binary64) |
(* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b) |
(/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (+.f64 b (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))))) |
(/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))))) |
(+ b (* (* a -3/2) (/ c b))) |
(+.f64 b (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b)))) |
b |
(* (* a -3/2) (/ c b)) |
(*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))) |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
-3/2 |
#s(literal -3/2 binary64) |
(/ c b) |
(/.f64 c b) |
c |
(* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3)) |
(/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 b (*.f64 a (*.f64 #s(literal -3/2 binary64) (/.f64 c b))))) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 90.2% | (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) |
| ✓ | accuracy | 85.4% | (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b) |
| ✓ | accuracy | 65.2% | (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) |
| ✓ | accuracy | 62.3% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) |
| ✓ | accuracy | 88.2% | (/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 77.0% | (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) |
| ✓ | accuracy | 58.4% | (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1/2 binary64) b) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) b) c) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.4% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 97.5% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | accuracy | 77.4% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 60.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 205.0ms | 80× | 2 | valid |
| 129.0ms | 45× | 3 | valid |
| 71.0ms | 46× | 1 | valid |
| 67.0ms | 83× | 0 | valid |
| 5.0ms | 2× | 4 | valid |
Compiled 323 to 43 computations (86.7% saved)
ival-mult: 54.0ms (27.1% of total)backward-pass: 52.0ms (26.1% of total)ival-div: 36.0ms (18.1% of total)ival-add: 29.0ms (14.6% of total)...c/correct-round.rkt:119:19: 14.0ms (7% of total)ival-sub: 9.0ms (4.5% of total)ival-sqrt: 5.0ms (2.5% of total)const: 2.0ms (1% of total)| Inputs |
|---|
#<alt (* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b))> |
#<alt (/ 1/3 a)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (* (/ b a) -2/3)> |
#<alt (/ b a)> |
#<alt (+ (* (/ b a) -2/3) (* (/ 1/2 b) c))> |
#<alt (* (/ 1/2 b) c)> |
#<alt (/ (- (* c (+ (/ b c) (* (/ a b) -3/2))) b) (* 3 a))> |
#<alt (- (* c (+ (/ b c) (* (/ a b) -3/2))) b)> |
#<alt (* c (+ (/ b c) (* (/ a b) -3/2)))> |
#<alt (+ (/ b c) (* (/ a b) -3/2))> |
#<alt (/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3)))> |
#<alt (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b))> |
#<alt (* 1 (* a 3))> |
#<alt (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (/ 1/2 b)> |
#<alt (* (/ a b) -3/2)> |
#<alt (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)> |
#<alt (* (* a -3/2) (/ c b))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* 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 (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* c (+ (* -3/2 (/ a b)) (/ b c)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b)))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (pow b 2)) b)> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt b> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* a (+ (* -3/2 (/ c b)) (/ b a)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b)))))> |
#<alt (* -3/2 (/ a b))> |
#<alt (/ (+ (* -3/2 a) (/ (pow b 2) c)) b)> |
#<alt (/ (+ (* -3/2 a) (/ (pow b 2) c)) b)> |
#<alt (/ (+ (* -3/2 a) (/ (pow b 2) c)) b)> |
#<alt (/ b c)> |
#<alt (* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c)))> |
#<alt (/ b c)> |
#<alt (* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c))))> |
#<alt (/ b c)> |
#<alt (/ (+ b (* -3/2 (/ (* a c) b))) c)> |
#<alt (/ (+ b (* -3/2 (/ (* a c) b))) c)> |
#<alt (/ (+ b (* -3/2 (/ (* a c) b))) c)> |
#<alt (* -3/2 (/ a b))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (* -3/2 (/ a b))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (/ b c)> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (+ (* -3/2 (/ a b)) (/ b c))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* a (- (/ b (* a c)) (* 3/2 (/ 1 b))))> |
#<alt (* a (- (/ b (* a c)) (* 3/2 (/ 1 b))))> |
#<alt (* a (- (/ b (* a c)) (* 3/2 (/ 1 b))))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* 1/9 (* a (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3)))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* 1/9 (* a (+ (* -81/8 (/ (pow c 3) (pow b 5))) (* 81/8 (/ (pow c 3) (pow b 5)))))) (* 1/9 (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3))))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* 1/9 (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3))))) (* a (+ (* 1/9 (* a (+ (* -243/16 (/ (pow c 4) (pow b 7))) (* 243/16 (/ (pow c 4) (pow b 7)))))) (* 1/9 (+ (* -81/8 (/ (pow c 3) (pow b 5))) (* 81/8 (/ (pow c 3) (pow b 5))))))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)))> |
#<alt (+ (* -1/2 (/ c b)) (+ (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)) (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) (pow a 2)))))> |
#<alt (+ (* -1/2 (/ c b)) (+ (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)) (+ (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) (pow a 2))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow c 2))) (* 4/3 (/ (pow b 5) (pow c 2)))) (pow a 3))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)))> |
#<alt (+ (* -1 (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) a))) a)) (* -1/2 (/ c b)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/9 (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c)))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow c 2))) (* 4/3 (/ (pow b 5) (pow c 2)))) a))) a)) (* -1/9 (+ (* -3 b) (* 3 b)))) a)) (* -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) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* 1/9 (/ (+ (* -243/16 (* (pow a 3) (pow c 4))) (* 243/16 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c))) b))> |
#<alt (* -1 (/ (+ (* 1/9 (/ (+ (* -243/16 (* (pow a 3) (pow c 4))) (* 243/16 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c)))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* 1/9 (* c (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* 1/9 (* c (+ (* -81/8 (/ (pow a 2) (pow b 5))) (* 81/8 (/ (pow a 2) (pow b 5)))))) (* 1/9 (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3))))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* 1/9 (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3))))) (* c (+ (* 1/9 (* c (+ (* -243/16 (/ (pow a 3) (pow b 7))) (* 243/16 (/ (pow a 3) (pow b 7)))))) (* 1/9 (+ (* -81/8 (/ (pow a 2) (pow b 5))) (* 81/8 (/ (pow a 2) (pow b 5))))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (+ (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) (pow c 2)))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (+ (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (+ (* 1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) (pow c 2))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow a 3))) (* 4/3 (/ (pow b 5) (pow a 3)))) (pow c 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (* c (+ (* -1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) c)) (* 1/9 (+ (* -3 (/ b a)) (* 3 (/ b a))))) c)) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow a 3))) (* 4/3 (/ (pow b 5) (pow a 3)))) c)) (* 1/9 (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))))) c)) (* 1/9 (+ (* -3 (/ b a)) (* 3 (/ b a))))) c)) (* 1/2 (/ 1 b)))))> |
#<alt (* -9/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* (pow a 2) (- (* -27/4 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2)))))> |
#<alt (* (pow a 2) (- (* a (- (* -81/8 (/ (* a (pow c 3)) (pow b 6))) (* 27/4 (/ (pow c 2) (pow b 4))))) (* 9/2 (/ c (pow b 2)))))> |
#<alt (* (pow a 2) (- (* a (- (* a (- (* -243/16 (/ (* a (pow c 4)) (pow b 8))) (* 81/8 (/ (pow c 3) (pow b 6))))) (* 27/4 (/ (pow c 2) (pow b 4))))) (* 9/2 (/ c (pow b 2)))))> |
#<alt (* 3 a)> |
#<alt (* a (+ 3 (* 2 (/ (pow b 2) (* a c)))))> |
#<alt (* a (- (+ 3 (* 4/3 (/ (pow b 4) (* (pow a 2) (pow c 2))))) (* -2 (/ (pow b 2) (* a c)))))> |
#<alt (* a (- (+ 3 (* 8/9 (/ (pow b 6) (* (pow a 3) (pow c 3))))) (+ (* -2 (/ (pow b 2) (* a c))) (* -4/3 (/ (pow b 4) (* (pow a 2) (pow c 2)))))))> |
#<alt (* 3 a)> |
#<alt (* -1 (* a (- (* -2 (/ (pow b 2) (* a c))) 3)))> |
#<alt (* -1 (* a (- (* -1 (/ (- (* 4/3 (/ (pow b 4) (* a (pow c 2)))) (* -2 (/ (pow b 2) c))) a)) 3)))> |
#<alt (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* -8/9 (/ (pow b 6) (* a (pow c 3)))) (* 4/3 (/ (pow b 4) (pow c 2)))) a)) (* -2 (/ (pow b 2) c))) a)) 3)))> |
#<alt (* 3 a)> |
#<alt (+ (* 2 (/ (pow b 2) c)) (* 3 a))> |
#<alt (+ (* 3 a) (* (pow b 2) (+ (* 4/3 (/ (pow b 2) (* a (pow c 2)))) (* 2 (/ 1 c)))))> |
#<alt (+ (* 3 a) (* (pow b 2) (+ (* (pow b 2) (+ (* 8/9 (/ (pow b 2) (* (pow a 2) (pow c 3)))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c)))))> |
#<alt (* -9/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (/ (- (* -27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 9/2 (* (pow a 2) c))) (pow b 2))> |
#<alt (/ (- (* -81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* 9/2 (* (pow a 2) c)) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2))> |
#<alt (/ (- (* -243/16 (/ (* (pow a 5) (pow c 4)) (pow b 6))) (+ (* 9/2 (* (pow a 2) c)) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4)))))) (pow b 2))> |
#<alt (* -9/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (/ (- (* -27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 9/2 (* (pow a 2) c))) (pow b 2))> |
#<alt (/ (- (* -81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* 9/2 (* (pow a 2) c)) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2))> |
#<alt (/ (- (* -243/16 (/ (* (pow a 5) (pow c 4)) (pow b 6))) (+ (* 9/2 (* (pow a 2) c)) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4)))))) (pow b 2))> |
#<alt (* -9/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* c (- (* -27/4 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* c (- (* c (- (* -81/8 (/ (* (pow a 4) c) (pow b 6))) (* 27/4 (/ (pow a 3) (pow b 4))))) (* 9/2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* c (- (* c (- (* c (- (* -243/16 (/ (* (pow a 5) c) (pow b 8))) (* 81/8 (/ (pow a 4) (pow b 6))))) (* 27/4 (/ (pow a 3) (pow b 4))))) (* 9/2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* 3 a)> |
#<alt (+ (* 2 (/ (pow b 2) c)) (* 3 a))> |
#<alt (- (+ (* 4/3 (/ (pow b 4) (* a (pow c 2)))) (* 3 a)) (* -2 (/ (pow b 2) c)))> |
#<alt (- (+ (* 8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))) (* 3 a)) (+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2))))))> |
#<alt (* 3 a)> |
#<alt (+ (* 2 (/ (pow b 2) c)) (* 3 a))> |
#<alt (+ (* -1 (/ (- (* -4/3 (/ (pow b 4) (* a c))) (* 2 (pow b 2))) c)) (* 3 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* 8/9 (/ (pow b 6) (* (pow a 2) c))) (* -4/3 (/ (pow b 4) a))) c)) (* 2 (pow b 2))) c)) (* 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 (* 3 a)> |
#<alt (* 9 (/ (pow a 2) b))> |
#<alt (* (pow a 2) (+ (* 27/2 (/ (* a c) (pow b 3))) (* 9 (/ 1 b))))> |
#<alt (* (pow a 2) (+ (* a (+ (* 27/2 (/ c (pow b 3))) (* 81/4 (/ (* a (pow c 2)) (pow b 5))))) (* 9 (/ 1 b))))> |
#<alt (* (pow a 2) (+ (* a (+ (* 27/2 (/ c (pow b 3))) (* a (+ (* 81/4 (/ (pow c 2) (pow b 5))) (* 243/8 (/ (* a (pow c 3)) (pow b 7))))))) (* 9 (/ 1 b))))> |
#<alt (* -6 (/ (* a b) c))> |
#<alt (* a (+ (* -6 (/ b c)) (* -4 (/ (pow b 3) (* a (pow c 2))))))> |
#<alt (* a (- (+ (* -6 (/ b c)) (* -8/3 (/ (pow b 5) (* (pow a 2) (pow c 3))))) (* 4 (/ (pow b 3) (* a (pow c 2))))))> |
#<alt (* a (- (+ (* -6 (/ b c)) (* -16/9 (/ (pow b 7) (* (pow a 3) (pow c 4))))) (+ (* 8/3 (/ (pow b 5) (* (pow a 2) (pow c 3)))) (* 4 (/ (pow b 3) (* a (pow c 2)))))))> |
#<alt (* -6 (/ (* a b) c))> |
#<alt (* -1 (* a (+ (* 4 (/ (pow b 3) (* a (pow c 2)))) (* 6 (/ b c)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -8/3 (/ (pow b 5) (* a (pow c 3)))) (* 4 (/ (pow b 3) (pow c 2)))) a)) (* 6 (/ b c)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (- (* 16/9 (/ (pow b 7) (* a (pow c 4)))) (* -8/3 (/ (pow b 5) (pow c 3)))) a)) (* 4 (/ (pow b 3) (pow c 2)))) a)) (* 6 (/ b c)))))> |
#<alt (* -6 (/ (* a b) c))> |
#<alt (* b (+ (* -6 (/ a c)) (* -4 (/ (pow b 2) (pow c 2)))))> |
#<alt (* b (+ (* -6 (/ a c)) (* (pow b 2) (- (* -8/3 (/ (pow b 2) (* a (pow c 3)))) (* 4 (/ 1 (pow c 2)))))))> |
#<alt (* b (+ (* -6 (/ a c)) (* (pow b 2) (- (* (pow b 2) (- (* -16/9 (/ (pow b 2) (* (pow a 2) (pow c 4)))) (* 8/3 (/ 1 (* a (pow c 3)))))) (* 4 (/ 1 (pow c 2)))))))> |
#<alt (* 9 (/ (pow a 2) b))> |
#<alt (/ (+ (* 9 (pow a 2)) (* 27/2 (/ (* (pow a 3) c) (pow b 2)))) b)> |
#<alt (/ (+ (* 9 (pow a 2)) (+ (* 27/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))))) b)> |
#<alt (/ (+ (* 9 (pow a 2)) (+ (* 27/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* 81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 243/8 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) b)> |
#<alt (* 9 (/ (pow a 2) b))> |
#<alt (* -1 (/ (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2))) b))> |
#<alt (* -1 (/ (+ (* -81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2)))) b))> |
#<alt (* -1 (/ (+ (* -243/8 (/ (* (pow a 5) (pow c 3)) (pow b 6))) (+ (* -81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2))))) b))> |
#<alt (* 9 (/ (pow a 2) b))> |
#<alt (+ (* 9 (/ (pow a 2) b)) (* 27/2 (/ (* (pow a 3) c) (pow b 3))))> |
#<alt (+ (* 9 (/ (pow a 2) b)) (* c (+ (* 27/2 (/ (pow a 3) (pow b 3))) (* 81/4 (/ (* (pow a 4) c) (pow b 5))))))> |
#<alt (+ (* 9 (/ (pow a 2) b)) (* c (+ (* 27/2 (/ (pow a 3) (pow b 3))) (* c (+ (* 81/4 (/ (pow a 4) (pow b 5))) (* 243/8 (/ (* (pow a 5) c) (pow b 7))))))))> |
#<alt (* -6 (/ (* a b) c))> |
#<alt (/ (+ (* -6 (* a b)) (* -4 (/ (pow b 3) c))) c)> |
#<alt (/ (+ (* -6 (* a b)) (+ (* -4 (/ (pow b 3) c)) (* -8/3 (/ (pow b 5) (* a (pow c 2)))))) c)> |
#<alt (/ (+ (* -6 (* a b)) (+ (* -4 (/ (pow b 3) c)) (+ (* -8/3 (/ (pow b 5) (* a (pow c 2)))) (* -16/9 (/ (pow b 7) (* (pow a 2) (pow c 3))))))) c)> |
#<alt (* -6 (/ (* a b) c))> |
#<alt (* -1 (/ (+ (* 4 (/ (pow b 3) c)) (* 6 (* a b))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -4 (pow b 3)) (* -8/3 (/ (pow b 5) (* a c)))) c)) (* 6 (* a b))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -4 (pow b 3)) (* -1 (/ (+ (* 16/9 (/ (pow b 7) (* (pow a 2) c))) (* 8/3 (/ (pow b 5) a))) c))) c)) (* 6 (* a b))) 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 (/ 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 (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* 3 a)> |
#<alt (* a (+ 3 (* 9/2 (/ (* a c) (pow b 2)))))> |
#<alt (* a (+ 3 (* a (+ (* 9/2 (/ c (pow b 2))) (* 27/4 (/ (* a (pow c 2)) (pow b 4)))))))> |
#<alt (* a (+ 3 (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/4 (/ (pow c 2) (pow b 4))) (* 81/8 (/ (* a (pow c 3)) (pow b 6)))))))))> |
#<alt (* -2 (/ (pow b 2) c))> |
#<alt (+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2)))))> |
#<alt (+ (* -2 (/ (pow b 2) c)) (+ (* -4/3 (/ (pow b 4) (* a (pow c 2)))) (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 3))))))> |
#<alt (+ (* -2 (/ (pow b 2) c)) (+ (* -4/3 (/ (pow b 4) (* a (pow c 2)))) (+ (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))) (* -16/27 (/ (pow b 8) (* (pow a 3) (pow c 4)))))))> |
#<alt (* -2 (/ (pow b 2) c))> |
#<alt (+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2)))))> |
#<alt (+ (* -2 (/ (pow b 2) c)) (* -1 (/ (+ (* 8/9 (/ (pow b 6) (* a (pow c 3)))) (* 4/3 (/ (pow b 4) (pow c 2)))) a)))> |
#<alt (+ (* -2 (/ (pow b 2) c)) (* -1 (/ (+ (* -1 (/ (+ (* -8/9 (/ (pow b 6) (pow c 3))) (* -16/27 (/ (pow b 8) (* a (pow c 4))))) a)) (* 4/3 (/ (pow b 4) (pow c 2)))) a)))> |
#<alt (* -2 (/ (pow b 2) c))> |
#<alt (* (pow b 2) (- (* -4/3 (/ (pow b 2) (* a (pow c 2)))) (* 2 (/ 1 c))))> |
#<alt (* (pow b 2) (- (* (pow b 2) (- (* -8/9 (/ (pow b 2) (* (pow a 2) (pow c 3)))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c))))> |
#<alt (* (pow b 2) (- (* (pow b 2) (- (* (pow b 2) (- (* -16/27 (/ (pow b 2) (* (pow a 3) (pow c 4)))) (* 8/9 (/ 1 (* (pow a 2) (pow c 3)))))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c))))> |
#<alt (* 3 a)> |
#<alt (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))> |
#<alt (+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))> |
#<alt (* 3 a)> |
#<alt (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))> |
#<alt (+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))> |
#<alt (* 3 a)> |
#<alt (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* 27/4 (/ (* (pow a 3) c) (pow b 4))))))> |
#<alt (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/4 (/ (pow a 3) (pow b 4))) (* 81/8 (/ (* (pow a 4) c) (pow b 6))))))))> |
#<alt (* -2 (/ (pow b 2) c))> |
#<alt (/ (+ (* -2 (pow b 2)) (* -4/3 (/ (pow b 4) (* a c)))) c)> |
#<alt (/ (+ (* -2 (pow b 2)) (+ (* -4/3 (/ (pow b 4) (* a c))) (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 2)))))) c)> |
#<alt (/ (+ (* -2 (pow b 2)) (+ (* -4/3 (/ (pow b 4) (* a c))) (+ (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 2)))) (* -16/27 (/ (pow b 8) (* (pow a 3) (pow c 3))))))) c)> |
#<alt (* -2 (/ (pow b 2) c))> |
#<alt (* -1 (/ (+ (* 4/3 (/ (pow b 4) (* a c))) (* 2 (pow b 2))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -4/3 (/ (pow b 4) a)) (* -8/9 (/ (pow b 6) (* (pow a 2) c)))) c)) (* 2 (pow b 2))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -4/3 (/ (pow b 4) a)) (* -1 (/ (+ (* 16/27 (/ (pow b 8) (* (pow a 3) c))) (* 8/9 (/ (pow b 6) (pow a 2)))) c))) c)) (* 2 (pow b 2))) c))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
159 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 16.0ms | c | @ | 0 | (/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))) |
| 4.0ms | b | @ | 0 | (/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))) |
| 2.0ms | b | @ | inf | (/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))) |
| 1.0ms | a | @ | 0 | (/ (- (* c (+ (/ b c) (* (/ a b) -3/2))) b) (* 3 a)) |
| 1.0ms | c | @ | 0 | (/ (- (* c (+ (/ b c) (* (/ a b) -3/2))) b) (* 3 a)) |
| 1× | batch-egg-rewrite |
| 5374× | *-lowering-*.f32 |
| 5374× | *-lowering-*.f64 |
| 3262× | /-lowering-/.f32 |
| 3262× | /-lowering-/.f64 |
| 2082× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 223 |
| 1 | 264 | 202 |
| 2 | 2551 | 195 |
| 0 | 9660 | 195 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/3 a) (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/ 1/3 a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(* (/ b a) -2/3) |
(/ b a) |
(+ (* (/ b a) -2/3) (* (/ 1/2 b) c)) |
(* (/ 1/2 b) c) |
(/ (- (* c (+ (/ b c) (* (/ a b) -3/2))) b) (* 3 a)) |
(- (* c (+ (/ b c) (* (/ a b) -3/2))) b) |
(* c (+ (/ b c) (* (/ a b) -3/2))) |
(+ (/ b c) (* (/ a b) -3/2)) |
(/ (- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3))) |
(- (* 1 (* a 3)) (* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b)) |
(* 1 (* a 3)) |
(* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) (* a 3)) |
(+ (* b b) (* c (* a -3))) |
(/ 1/2 b) |
(* (/ a b) -3/2) |
(* (/ (* a 3) (+ b (* (* a -3/2) (/ c b)))) b) |
(* (* a -3/2) (/ c b)) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (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 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 1/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)))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -3 binary64))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a 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 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/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 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (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 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64))) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 b a) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 b a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b a)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))) (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(fma.f64 b (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 b (/.f64 #s(literal -2/3 binary64) a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 c (/.f64 #s(literal 1/2 binary64) b) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))) |
(fma.f64 (/.f64 b a) #s(literal -2/3 binary64) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 b a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 c b) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) b) c (*.f64 (/.f64 b a) #s(literal -2/3 binary64))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))) (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) b) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) a) (*.f64 b (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b a)) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))))) (neg.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))) (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 a b) c)) (*.f64 (/.f64 a b) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (/.f64 a b) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (/.f64 a b) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a b) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a b) (neg.f64 (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 a b) (*.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 a b) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a b) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 a b) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 a b) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a b) (*.f64 #s(literal -1/2 binary64) c))) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) c)) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (neg.f64 (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (*.f64 #s(literal -1/2 binary64) c))) (*.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 a c)) (*.f64 a (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) a) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (neg.f64 (*.f64 c #s(literal 1/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 a (*.f64 c #s(literal 1 binary64)))) (*.f64 a (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) c))) (*.f64 a (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 #s(literal -1/2 binary64) c))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (/.f64 b #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 c (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal -2/3 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 c (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a c) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 a (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal -2/3 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) a) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal -2/3 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) a) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (/.f64 b #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) c) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) c) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) c) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) c) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 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 (*.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 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(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 (/.f64 #s(literal 1/2 binary64) b) c) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 c (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (/.f64 c (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 c a) (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal 3 binary64)) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal 3 binary64)) (/.f64 c a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 c #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) a) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) a) (/.f64 c #s(literal 3 binary64)) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 c #s(literal 1 binary64)) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 c (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal 1 binary64)) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal 1 binary64)) (/.f64 c (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 27 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) #s(literal 1 binary64)) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) a) (/.f64 b a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 (neg.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (/.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) |
(+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) |
(-.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) b) |
(-.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b b) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 b #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) |
(fma.f64 c (/.f64 b c) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) |
(fma.f64 c (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (/.f64 b c) c (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) |
(fma.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) c (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) |
(fma.f64 (*.f64 c b) (/.f64 #s(literal 1 binary64) c) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (-.f64 (*.f64 b b) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (-.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) (neg.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 b (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b #s(literal 1 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) |
(+.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(fma.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 b #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(fma.f64 c (/.f64 b c) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(fma.f64 c (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal -3/2 binary64))) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (/.f64 b c) c (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(fma.f64 (/.f64 a b) (*.f64 #s(literal -3/2 binary64) c) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c b)) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) c (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (/.f64 c b) (*.f64 a #s(literal -3/2 binary64)) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) a (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (*.f64 c b) (/.f64 #s(literal 1 binary64) c) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(fma.f64 (*.f64 c (/.f64 a b)) #s(literal -3/2 binary64) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b) (*.f64 b #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 c b) a) #s(literal -3/2 binary64) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))))) (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 b #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (*.f64 c c)) (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 b #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (*.f64 c c))) (-.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c))))) |
(/.f64 (*.f64 c (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) c) (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) c) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (/.f64 c b) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) c)) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c b))) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) c)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 b c))) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) c)) |
(/.f64 (+.f64 (/.f64 c b) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (/.f64 c b) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (/.f64 b c) (*.f64 c b))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (/.f64 b c) (*.f64 b c))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 (/.f64 b c) (*.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b c) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b c) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 (/.f64 b c) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b c) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (/.f64 b c) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 b c)) (*.f64 b (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 b (*.f64 c b))) (*.f64 b c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 b (*.f64 b c))) (*.f64 b c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 b (*.f64 c #s(literal 1 binary64)))) (*.f64 b (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 b (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 b (*.f64 #s(literal 1 binary64) c))) (*.f64 b (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 b (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b c))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b c))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 b #s(literal 1 binary64))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 (/.f64 b c) (*.f64 c b))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 (/.f64 b c) (*.f64 b c))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 (/.f64 b c) (*.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b c) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b c) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 (/.f64 b c) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b c) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (/.f64 b c) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b c))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) (/.f64 c b)) (*.f64 b #s(literal 1 binary64))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) c) (*.f64 (/.f64 b c) (*.f64 c b))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) c) (*.f64 (/.f64 b c) (*.f64 b c))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) (/.f64 c b)) (*.f64 (/.f64 b c) (*.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b c) (*.f64 c (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b c) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) (/.f64 c b)) (*.f64 (/.f64 b c) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 b c) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b c) (*.f64 (-.f64 #s(literal 0 binary64) b) c))) (*.f64 (/.f64 b c) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 c (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (/.f64 c b) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 c b) (*.f64 (/.f64 c b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) b)) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 c b) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 c b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (/.f64 b c)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) b) (*.f64 c (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (/.f64 b c)) (*.f64 c (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c b) (/.f64 b c)) (*.f64 c (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (/.f64 b c)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) b) (*.f64 c (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (/.f64 b c)) (*.f64 c (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b c) (/.f64 b c)) (*.f64 c (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 b #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (/.f64 c b) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b c)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) b) (*.f64 (/.f64 c b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b c)) (*.f64 (/.f64 c b) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b c)) (*.f64 (/.f64 c b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (/.f64 b c)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (/.f64 b c)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) b)) (/.f64 b c)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (/.f64 c b) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b c)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) b) (*.f64 (/.f64 c b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b c)) (*.f64 (/.f64 c b) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b c)) (*.f64 (/.f64 c b) (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 c b) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (/.f64 b c)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (/.f64 b c)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) c) (/.f64 b c)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b c))) |
(*.f64 c (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a)))) |
(*.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) c) |
(+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c)) |
(-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b (-.f64 #s(literal 0 binary64) c))) |
(-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) (/.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3/2 binary64)) (/.f64 b c)) |
(fma.f64 a (/.f64 #s(literal -3/2 binary64) b) (/.f64 b c)) |
(fma.f64 b (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(fma.f64 (/.f64 a b) #s(literal -3/2 binary64) (/.f64 b c)) |
(fma.f64 #s(literal -3/2 binary64) (/.f64 a b) (/.f64 b c)) |
(fma.f64 #s(literal 1 binary64) (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 b c)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) c) b (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 (+.f64 (/.f64 b c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (*.f64 b (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c)))) (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 b c) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a)))) (/.f64 c b)))) |
(/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (/.f64 c b) b)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (*.f64 b c)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 b (-.f64 #s(literal 0 binary64) b))) (*.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)))) (neg.f64 (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (/.f64 (*.f64 b b) (*.f64 c c))) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c))) |
(/.f64 (+.f64 (*.f64 b (/.f64 b a)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 c (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 b (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 c (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 b a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) (*.f64 (/.f64 c b) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (/.f64 c b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 c b) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 b a) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) #s(literal -3/2 binary64))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (/.f64 b c) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1 binary64) b) (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 b a)) (*.f64 (neg.f64 (/.f64 c b)) #s(literal -3/2 binary64))) (*.f64 (neg.f64 (/.f64 c b)) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (/.f64 c b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 c b)) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 c b)) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (/.f64 c b)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (/.f64 c b)) (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (neg.f64 (/.f64 c b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (/.f64 c b)) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (neg.f64 (/.f64 c b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (/.f64 c b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 b a)) (*.f64 c #s(literal -3/2 binary64))) (*.f64 c (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 c b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 b a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) #s(literal -3/2 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) b) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) b)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 (/.f64 b a) b)) (*.f64 (/.f64 b a) c)) |
(/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 (/.f64 b a) #s(literal 1 binary64))) (*.f64 (/.f64 b a) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (/.f64 b a) #s(literal 1 binary64))) (*.f64 (/.f64 b a) (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (neg.f64 (/.f64 c b))) (*.f64 (/.f64 b a) #s(literal -1 binary64))) (*.f64 (/.f64 b a) (neg.f64 (/.f64 c b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 (/.f64 b a) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 b a) c)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) c))) (*.f64 (/.f64 b a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b a) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) c)) |
(/.f64 (+.f64 (/.f64 c b) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 c b))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (/.f64 c b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (*.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) c)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) c))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (neg.f64 (/.f64 c b))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (neg.f64 (/.f64 c b)))) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (*.f64 b #s(literal 1 binary64)))) (*.f64 b c)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) c))) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 (-.f64 #s(literal 0 binary64) b) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) c)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (/.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 c b)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) c) (*.f64 (-.f64 #s(literal 0 binary64) b) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) c)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 c b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) c) (*.f64 (-.f64 #s(literal 0 binary64) b) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (/.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 c b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (neg.f64 (/.f64 c b))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 c b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) c) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) c))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c)))) (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (-.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 b c)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) |
(+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 a (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 a (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 a (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 a (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 a (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 a (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 a #s(literal 3 binary64)) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(neg.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (neg.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 27 binary64)))) (+.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (/.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(*.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(*.f64 (/.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(*.f64 (/.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(+.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(+.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(+.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(+.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 a #s(literal 1/3 binary64))) |
(-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(-.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 a #s(literal 3 binary64) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 a #s(literal 3 binary64) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 a #s(literal 3 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(fma.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 3 binary64) a (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 #s(literal 3 binary64) a (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 #s(literal 3 binary64) a (neg.f64 (-.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (+.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) b (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (neg.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) (+.f64 (*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (-.f64 (*.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (-.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal 1/3 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (+.f64 (*.f64 a (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (*.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 #s(literal 1/3 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (*.f64 #s(literal -1/3 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (*.f64 #s(literal -1/3 binary64) (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 #s(literal -1/3 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) a)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) #s(literal 1 binary64))) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) #s(literal -1/3 binary64))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) |
(/.f64 a #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) a) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(pow.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(*.f64 a (*.f64 (/.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a) (/.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal 3 binary64)) a) |
(*.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) |
(*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (*.f64 c c)))) (-.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(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 a (*.f64 #s(literal -3 binary64) c) (*.f64 b b)) |
(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 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.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 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27 binary64) (*.f64 a (*.f64 a a))))) #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 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 c c))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(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 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/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b #s(literal 1/2 binary64)))) |
(pow.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(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 binary64) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/2 binary64)) |
(/.f64 #s(literal -3/2 binary64) (/.f64 b a)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(/.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3/2 binary64))) |
(*.f64 a (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (/.f64 a b) #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 a b)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 b (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(pow.f64 (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) b)) |
(*.f64 b (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) b)) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) b) |
(*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (*.f64 b a) (/.f64 #s(literal 3 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))) |
(*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/8 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 b b) (*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)))) |
(*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64)) (*.f64 c c)))) (-.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 b c)) |
(/.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 1 binary64)) (/.f64 b c)) |
(pow.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 a b) (*.f64 #s(literal -3/2 binary64) c)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c b))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) c) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) |
(*.f64 (/.f64 c b) (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) a) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c (/.f64 a b)) #s(literal -3/2 binary64)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) |
(*.f64 (*.f64 (/.f64 c b) a) #s(literal -3/2 binary64)) |
| 1× | egg-herbie |
| 6902× | *-lowering-*.f32 |
| 6902× | *-lowering-*.f64 |
| 4256× | +-lowering-+.f64 |
| 4256× | +-lowering-+.f32 |
| 1672× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1289 | 8731 |
| 1 | 4451 | 7956 |
| 0 | 9067 | 7956 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* 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)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* 1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(* -3/2 (/ (* a c) b)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* -3/2 (/ (* a c) b))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(* -3/2 (/ (* a c) b)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(* -3/2 (/ a b)) |
(/ (+ (* -3/2 a) (/ (pow b 2) c)) b) |
(/ (+ (* -3/2 a) (/ (pow b 2) c)) b) |
(/ (+ (* -3/2 a) (/ (pow b 2) c)) b) |
(/ b c) |
(* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(/ b c) |
(* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(/ b c) |
(/ (+ b (* -3/2 (/ (* a c) b))) c) |
(/ (+ b (* -3/2 (/ (* a c) b))) c) |
(/ (+ b (* -3/2 (/ (* a c) b))) c) |
(* -3/2 (/ a b)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(* -3/2 (/ a b)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(/ b c) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(* -3/2 (/ a b)) |
(* a (- (/ b (* a c)) (* 3/2 (/ 1 b)))) |
(* a (- (/ b (* a c)) (* 3/2 (/ 1 b)))) |
(* a (- (/ b (* a c)) (* 3/2 (/ 1 b)))) |
(* -3/2 (/ a b)) |
(* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b))))) |
(* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b))))) |
(* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* 1/9 (* a (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3))))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* 1/9 (* a (+ (* -81/8 (/ (pow c 3) (pow b 5))) (* 81/8 (/ (pow c 3) (pow b 5)))))) (* 1/9 (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3)))))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* 1/9 (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3))))) (* a (+ (* 1/9 (* a (+ (* -243/16 (/ (pow c 4) (pow b 7))) (* 243/16 (/ (pow c 4) (pow b 7)))))) (* 1/9 (+ (* -81/8 (/ (pow c 3) (pow b 5))) (* 81/8 (/ (pow c 3) (pow b 5)))))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* 1/9 (/ (+ (* -3 b) (* 3 b)) a))) |
(+ (* -1/2 (/ c b)) (+ (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)) (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) (pow a 2))))) |
(+ (* -1/2 (/ c b)) (+ (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)) (+ (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) (pow a 2))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow c 2))) (* 4/3 (/ (pow b 5) (pow c 2)))) (pow a 3)))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* 1/9 (/ (+ (* -3 b) (* 3 b)) a))) |
(+ (* -1 (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) a))) a)) (* -1/2 (/ c b))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/9 (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c)))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow c 2))) (* 4/3 (/ (pow b 5) (pow c 2)))) a))) a)) (* -1/9 (+ (* -3 b) (* 3 b)))) a)) (* -1/2 (/ c b))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))))) b) |
(/ (+ (* -1/2 c) (+ (* 1/9 (/ (+ (* -243/16 (* (pow a 3) (pow c 4))) (* 243/16 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c))) b)) |
(* -1 (/ (+ (* 1/9 (/ (+ (* -243/16 (* (pow a 3) (pow c 4))) (* 243/16 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c)))) b)) |
(* -1/2 (/ c b)) |
(* c (- (* 1/9 (* c (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3)))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* 1/9 (* c (+ (* -81/8 (/ (pow a 2) (pow b 5))) (* 81/8 (/ (pow a 2) (pow b 5)))))) (* 1/9 (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3))))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* 1/9 (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3))))) (* c (+ (* 1/9 (* c (+ (* -243/16 (/ (pow a 3) (pow b 7))) (* 243/16 (/ (pow a 3) (pow b 7)))))) (* 1/9 (+ (* -81/8 (/ (pow a 2) (pow b 5))) (* 81/8 (/ (pow a 2) (pow b 5))))))))) (* 1/2 (/ 1 b)))) |
(* -1/2 (/ c b)) |
(* c (- (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/2 (/ 1 b)))) |
(* c (- (+ (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) (pow c 2)))) (* 1/2 (/ 1 b)))) |
(* c (- (+ (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (+ (* 1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) (pow c 2))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow a 3))) (* 4/3 (/ (pow b 5) (pow a 3)))) (pow c 3))))) (* 1/2 (/ 1 b)))) |
(* -1/2 (/ c b)) |
(* -1 (* c (+ (* -1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/2 (/ 1 b))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) c)) (* 1/9 (+ (* -3 (/ b a)) (* 3 (/ b a))))) c)) (* 1/2 (/ 1 b))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow a 3))) (* 4/3 (/ (pow b 5) (pow a 3)))) c)) (* 1/9 (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))))) c)) (* 1/9 (+ (* -3 (/ b a)) (* 3 (/ b a))))) c)) (* 1/2 (/ 1 b))))) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(* (pow a 2) (- (* -27/4 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(* (pow a 2) (- (* a (- (* -81/8 (/ (* a (pow c 3)) (pow b 6))) (* 27/4 (/ (pow c 2) (pow b 4))))) (* 9/2 (/ c (pow b 2))))) |
(* (pow a 2) (- (* a (- (* a (- (* -243/16 (/ (* a (pow c 4)) (pow b 8))) (* 81/8 (/ (pow c 3) (pow b 6))))) (* 27/4 (/ (pow c 2) (pow b 4))))) (* 9/2 (/ c (pow b 2))))) |
(* 3 a) |
(* a (+ 3 (* 2 (/ (pow b 2) (* a c))))) |
(* a (- (+ 3 (* 4/3 (/ (pow b 4) (* (pow a 2) (pow c 2))))) (* -2 (/ (pow b 2) (* a c))))) |
(* a (- (+ 3 (* 8/9 (/ (pow b 6) (* (pow a 3) (pow c 3))))) (+ (* -2 (/ (pow b 2) (* a c))) (* -4/3 (/ (pow b 4) (* (pow a 2) (pow c 2))))))) |
(* 3 a) |
(* -1 (* a (- (* -2 (/ (pow b 2) (* a c))) 3))) |
(* -1 (* a (- (* -1 (/ (- (* 4/3 (/ (pow b 4) (* a (pow c 2)))) (* -2 (/ (pow b 2) c))) a)) 3))) |
(* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* -8/9 (/ (pow b 6) (* a (pow c 3)))) (* 4/3 (/ (pow b 4) (pow c 2)))) a)) (* -2 (/ (pow b 2) c))) a)) 3))) |
(* 3 a) |
(+ (* 2 (/ (pow b 2) c)) (* 3 a)) |
(+ (* 3 a) (* (pow b 2) (+ (* 4/3 (/ (pow b 2) (* a (pow c 2)))) (* 2 (/ 1 c))))) |
(+ (* 3 a) (* (pow b 2) (+ (* (pow b 2) (+ (* 8/9 (/ (pow b 2) (* (pow a 2) (pow c 3)))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c))))) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/ (- (* -27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 9/2 (* (pow a 2) c))) (pow b 2)) |
(/ (- (* -81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* 9/2 (* (pow a 2) c)) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/ (- (* -243/16 (/ (* (pow a 5) (pow c 4)) (pow b 6))) (+ (* 9/2 (* (pow a 2) c)) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4)))))) (pow b 2)) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/ (- (* -27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 9/2 (* (pow a 2) c))) (pow b 2)) |
(/ (- (* -81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* 9/2 (* (pow a 2) c)) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/ (- (* -243/16 (/ (* (pow a 5) (pow c 4)) (pow b 6))) (+ (* 9/2 (* (pow a 2) c)) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4)))))) (pow b 2)) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(* c (- (* -27/4 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))) |
(* c (- (* c (- (* -81/8 (/ (* (pow a 4) c) (pow b 6))) (* 27/4 (/ (pow a 3) (pow b 4))))) (* 9/2 (/ (pow a 2) (pow b 2))))) |
(* c (- (* c (- (* c (- (* -243/16 (/ (* (pow a 5) c) (pow b 8))) (* 81/8 (/ (pow a 4) (pow b 6))))) (* 27/4 (/ (pow a 3) (pow b 4))))) (* 9/2 (/ (pow a 2) (pow b 2))))) |
(* 3 a) |
(+ (* 2 (/ (pow b 2) c)) (* 3 a)) |
(- (+ (* 4/3 (/ (pow b 4) (* a (pow c 2)))) (* 3 a)) (* -2 (/ (pow b 2) c))) |
(- (+ (* 8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))) (* 3 a)) (+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2)))))) |
(* 3 a) |
(+ (* 2 (/ (pow b 2) c)) (* 3 a)) |
(+ (* -1 (/ (- (* -4/3 (/ (pow b 4) (* a c))) (* 2 (pow b 2))) c)) (* 3 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 8/9 (/ (pow b 6) (* (pow a 2) c))) (* -4/3 (/ (pow b 4) a))) c)) (* 2 (pow b 2))) c)) (* 3 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) |
(* 9 (/ (pow a 2) b)) |
(* (pow a 2) (+ (* 27/2 (/ (* a c) (pow b 3))) (* 9 (/ 1 b)))) |
(* (pow a 2) (+ (* a (+ (* 27/2 (/ c (pow b 3))) (* 81/4 (/ (* a (pow c 2)) (pow b 5))))) (* 9 (/ 1 b)))) |
(* (pow a 2) (+ (* a (+ (* 27/2 (/ c (pow b 3))) (* a (+ (* 81/4 (/ (pow c 2) (pow b 5))) (* 243/8 (/ (* a (pow c 3)) (pow b 7))))))) (* 9 (/ 1 b)))) |
(* -6 (/ (* a b) c)) |
(* a (+ (* -6 (/ b c)) (* -4 (/ (pow b 3) (* a (pow c 2)))))) |
(* a (- (+ (* -6 (/ b c)) (* -8/3 (/ (pow b 5) (* (pow a 2) (pow c 3))))) (* 4 (/ (pow b 3) (* a (pow c 2)))))) |
(* a (- (+ (* -6 (/ b c)) (* -16/9 (/ (pow b 7) (* (pow a 3) (pow c 4))))) (+ (* 8/3 (/ (pow b 5) (* (pow a 2) (pow c 3)))) (* 4 (/ (pow b 3) (* a (pow c 2))))))) |
(* -6 (/ (* a b) c)) |
(* -1 (* a (+ (* 4 (/ (pow b 3) (* a (pow c 2)))) (* 6 (/ b c))))) |
(* -1 (* a (+ (* -1 (/ (- (* -8/3 (/ (pow b 5) (* a (pow c 3)))) (* 4 (/ (pow b 3) (pow c 2)))) a)) (* 6 (/ b c))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (- (* 16/9 (/ (pow b 7) (* a (pow c 4)))) (* -8/3 (/ (pow b 5) (pow c 3)))) a)) (* 4 (/ (pow b 3) (pow c 2)))) a)) (* 6 (/ b c))))) |
(* -6 (/ (* a b) c)) |
(* b (+ (* -6 (/ a c)) (* -4 (/ (pow b 2) (pow c 2))))) |
(* b (+ (* -6 (/ a c)) (* (pow b 2) (- (* -8/3 (/ (pow b 2) (* a (pow c 3)))) (* 4 (/ 1 (pow c 2))))))) |
(* b (+ (* -6 (/ a c)) (* (pow b 2) (- (* (pow b 2) (- (* -16/9 (/ (pow b 2) (* (pow a 2) (pow c 4)))) (* 8/3 (/ 1 (* a (pow c 3)))))) (* 4 (/ 1 (pow c 2))))))) |
(* 9 (/ (pow a 2) b)) |
(/ (+ (* 9 (pow a 2)) (* 27/2 (/ (* (pow a 3) c) (pow b 2)))) b) |
(/ (+ (* 9 (pow a 2)) (+ (* 27/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))))) b) |
(/ (+ (* 9 (pow a 2)) (+ (* 27/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* 81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 243/8 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) b) |
(* 9 (/ (pow a 2) b)) |
(* -1 (/ (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2))) b)) |
(* -1 (/ (+ (* -81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2)))) b)) |
(* -1 (/ (+ (* -243/8 (/ (* (pow a 5) (pow c 3)) (pow b 6))) (+ (* -81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2))))) b)) |
(* 9 (/ (pow a 2) b)) |
(+ (* 9 (/ (pow a 2) b)) (* 27/2 (/ (* (pow a 3) c) (pow b 3)))) |
(+ (* 9 (/ (pow a 2) b)) (* c (+ (* 27/2 (/ (pow a 3) (pow b 3))) (* 81/4 (/ (* (pow a 4) c) (pow b 5)))))) |
(+ (* 9 (/ (pow a 2) b)) (* c (+ (* 27/2 (/ (pow a 3) (pow b 3))) (* c (+ (* 81/4 (/ (pow a 4) (pow b 5))) (* 243/8 (/ (* (pow a 5) c) (pow b 7)))))))) |
(* -6 (/ (* a b) c)) |
(/ (+ (* -6 (* a b)) (* -4 (/ (pow b 3) c))) c) |
(/ (+ (* -6 (* a b)) (+ (* -4 (/ (pow b 3) c)) (* -8/3 (/ (pow b 5) (* a (pow c 2)))))) c) |
(/ (+ (* -6 (* a b)) (+ (* -4 (/ (pow b 3) c)) (+ (* -8/3 (/ (pow b 5) (* a (pow c 2)))) (* -16/9 (/ (pow b 7) (* (pow a 2) (pow c 3))))))) c) |
(* -6 (/ (* a b) c)) |
(* -1 (/ (+ (* 4 (/ (pow b 3) c)) (* 6 (* a b))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4 (pow b 3)) (* -8/3 (/ (pow b 5) (* a c)))) c)) (* 6 (* a b))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4 (pow b 3)) (* -1 (/ (+ (* 16/9 (/ (pow b 7) (* (pow a 2) c))) (* 8/3 (/ (pow b 5) a))) c))) c)) (* 6 (* a b))) 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)))) |
(/ 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) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* -3/2 (/ a b)) |
(* 3 a) |
(* a (+ 3 (* 9/2 (/ (* a c) (pow b 2))))) |
(* a (+ 3 (* a (+ (* 9/2 (/ c (pow b 2))) (* 27/4 (/ (* a (pow c 2)) (pow b 4))))))) |
(* a (+ 3 (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/4 (/ (pow c 2) (pow b 4))) (* 81/8 (/ (* a (pow c 3)) (pow b 6))))))))) |
(* -2 (/ (pow b 2) c)) |
(+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2))))) |
(+ (* -2 (/ (pow b 2) c)) (+ (* -4/3 (/ (pow b 4) (* a (pow c 2)))) (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))))) |
(+ (* -2 (/ (pow b 2) c)) (+ (* -4/3 (/ (pow b 4) (* a (pow c 2)))) (+ (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))) (* -16/27 (/ (pow b 8) (* (pow a 3) (pow c 4))))))) |
(* -2 (/ (pow b 2) c)) |
(+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2))))) |
(+ (* -2 (/ (pow b 2) c)) (* -1 (/ (+ (* 8/9 (/ (pow b 6) (* a (pow c 3)))) (* 4/3 (/ (pow b 4) (pow c 2)))) a))) |
(+ (* -2 (/ (pow b 2) c)) (* -1 (/ (+ (* -1 (/ (+ (* -8/9 (/ (pow b 6) (pow c 3))) (* -16/27 (/ (pow b 8) (* a (pow c 4))))) a)) (* 4/3 (/ (pow b 4) (pow c 2)))) a))) |
(* -2 (/ (pow b 2) c)) |
(* (pow b 2) (- (* -4/3 (/ (pow b 2) (* a (pow c 2)))) (* 2 (/ 1 c)))) |
(* (pow b 2) (- (* (pow b 2) (- (* -8/9 (/ (pow b 2) (* (pow a 2) (pow c 3)))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c)))) |
(* (pow b 2) (- (* (pow b 2) (- (* (pow b 2) (- (* -16/27 (/ (pow b 2) (* (pow a 3) (pow c 4)))) (* 8/9 (/ 1 (* (pow a 2) (pow c 3)))))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c)))) |
(* 3 a) |
(+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) |
(* 3 a) |
(+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) |
(* 3 a) |
(+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* 27/4 (/ (* (pow a 3) c) (pow b 4)))))) |
(+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/4 (/ (pow a 3) (pow b 4))) (* 81/8 (/ (* (pow a 4) c) (pow b 6)))))))) |
(* -2 (/ (pow b 2) c)) |
(/ (+ (* -2 (pow b 2)) (* -4/3 (/ (pow b 4) (* a c)))) c) |
(/ (+ (* -2 (pow b 2)) (+ (* -4/3 (/ (pow b 4) (* a c))) (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 2)))))) c) |
(/ (+ (* -2 (pow b 2)) (+ (* -4/3 (/ (pow b 4) (* a c))) (+ (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 2)))) (* -16/27 (/ (pow b 8) (* (pow a 3) (pow c 3))))))) c) |
(* -2 (/ (pow b 2) c)) |
(* -1 (/ (+ (* 4/3 (/ (pow b 4) (* a c))) (* 2 (pow b 2))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4/3 (/ (pow b 4) a)) (* -8/9 (/ (pow b 6) (* (pow a 2) c)))) c)) (* 2 (pow b 2))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4/3 (/ (pow b 4) a)) (* -1 (/ (+ (* 16/27 (/ (pow b 8) (* (pow a 3) c))) (* 8/9 (/ (pow b 6) (pow a 2)))) c))) c)) (* 2 (pow b 2))) c)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #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 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 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 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #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 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #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 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #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 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.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) |
(/ (+ (* -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 #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 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) a))))) b) |
(* -2/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 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 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) a)) (-.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 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) a)) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))))) |
(* 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 (/.f64 #s(literal 1 binary64) a) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))))))) |
(* 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/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))))))) |
(* -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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 #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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (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 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 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 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #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 #s(literal 1 binary64) (*.f64 (*.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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c 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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 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 b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.f64 (*.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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal 1/2 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))))) |
(+ (* (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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (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 (/.f64 #s(literal 1 binary64) a) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (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 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 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -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 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -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 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (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 #s(literal 1 binary64) (*.f64 (*.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 #s(literal 1 binary64) (*.f64 (*.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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (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 b) #s(literal -3/2 binary64)) (/.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 c b) #s(literal -3/2 binary64)) (*.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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -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 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.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)))))) (neg.f64 a)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) a) (*.f64 c #s(literal 1/2 binary64))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #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))) (* 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))) (* 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)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) b) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c))) |
(* c (+ (* -3/2 (/ a b)) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ b c)) (* 3/2 (/ a b))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) a) b) (/.f64 b c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (pow b 2)) b) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) b) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 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 (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (/ b a))) |
(*.f64 a (+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b a)) (* 3/2 (/ c b))))) |
(*.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 a) (/ (pow b 2) c)) b) |
(/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 b b) c)) b) |
(/ (+ (* -3/2 a) (/ (pow b 2) c)) b) |
(/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 b b) c)) b) |
(/ (+ (* -3/2 a) (/ (pow b 2) c)) b) |
(/.f64 (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 b b) c)) b) |
(/ b c) |
(/.f64 b c) |
(* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 1 binary64) c))) |
(* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 1 binary64) c))) |
(* b (+ (* -3/2 (/ a (pow b 2))) (/ 1 c))) |
(*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 1 binary64) c))) |
(/ b c) |
(/.f64 b c) |
(* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 3/2 (/ a (pow b 2))) (/ 1 c)))) |
(*.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -1 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/ b c) |
(/.f64 b c) |
(/ (+ b (* -3/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) c) |
(/ (+ b (* -3/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) c) |
(/ (+ b (* -3/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) c) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(/ b c) |
(/.f64 b c) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(+ (* -3/2 (/ a b)) (/ b c)) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 b c)) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* a (- (/ b (* a c)) (* 3/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -3/2 binary64) b))) |
(* a (- (/ b (* a c)) (* 3/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -3/2 binary64) b))) |
(* a (- (/ b (* a c)) (* 3/2 (/ 1 b)))) |
(*.f64 a (+.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -3/2 binary64) b))) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b))))) |
(*.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) b) (/.f64 b (*.f64 c a))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b))))) |
(*.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) b) (/.f64 b (*.f64 c a))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ b (* a c))) (* 3/2 (/ 1 b))))) |
(*.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) b) (/.f64 b (*.f64 c a))) (neg.f64 a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* 1/9 (* a (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 0 binary64)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* 1/9 (* a (+ (* -81/8 (/ (pow c 3) (pow b 5))) (* 81/8 (/ (pow c 3) (pow b 5)))))) (* 1/9 (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* 1/9 (+ (* -27/4 (/ (pow c 2) (pow b 3))) (* 27/4 (/ (pow c 2) (pow b 3))))) (* a (+ (* 1/9 (* a (+ (* -243/16 (/ (pow c 4) (pow b 7))) (* 243/16 (/ (pow c 4) (pow b 7)))))) (* 1/9 (+ (* -81/8 (/ (pow c 3) (pow b 5))) (* 81/8 (/ (pow c 3) (pow b 5)))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* 1/9 (/ (+ (* -3 b) (* 3 b)) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 #s(literal 0 binary64) a)) |
(+ (* -1/2 (/ c b)) (+ (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)) (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) (pow a 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (+.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(+ (* -1/2 (/ c b)) (+ (* 1/9 (/ (+ (* -3 b) (* 3 b)) a)) (+ (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) (pow a 2))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow c 2))) (* 4/3 (/ (pow b 5) (pow c 2)))) (pow a 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 0 binary64) (*.f64 a a))) (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* 1/9 (/ (+ (* -3 b) (* 3 b)) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 #s(literal 0 binary64) a)) |
(+ (* -1 (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* 1/9 (/ (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c))) a))) a)) (* -1/2 (/ c b))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (+.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/9 (+ (* -2 (/ (pow b 3) c)) (* 2 (/ (pow b 3) c)))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow c 2))) (* 4/3 (/ (pow b 5) (pow c 2)))) a))) a)) (* -1/9 (+ (* -3 b) (* 3 b)))) a)) (* -1/2 (/ c b))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (/.f64 (+.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) (neg.f64 a)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(/ (+ (* -1/2 c) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -1/2 c) (+ (* 1/9 (/ (+ (* -243/16 (* (pow a 3) (pow c 4))) (* 243/16 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c))) b)) |
(/.f64 (+.f64 (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64))) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 1/9 (/ (+ (* -243/16 (* (pow a 3) (pow c 4))) (* 243/16 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* 1/9 (/ (+ (* -81/8 (* (pow a 2) (pow c 3))) (* 81/8 (* (pow a 2) (pow c 3)))) (pow b 4))) (+ (* 1/9 (/ (+ (* -27/4 (* a (pow c 2))) (* 27/4 (* a (pow c 2)))) (pow b 2))) (* 1/2 c)))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 0 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* 1/9 (* c (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3)))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 c #s(literal 0 binary64))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* 1/9 (* c (+ (* -81/8 (/ (pow a 2) (pow b 5))) (* 81/8 (/ (pow a 2) (pow b 5)))))) (* 1/9 (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 c #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* 1/9 (+ (* -27/4 (/ a (pow b 3))) (* 27/4 (/ a (pow b 3))))) (* c (+ (* 1/9 (* c (+ (* -243/16 (/ (pow a 3) (pow b 7))) (* 243/16 (/ (pow a 3) (pow b 7)))))) (* 1/9 (+ (* -81/8 (/ (pow a 2) (pow b 5))) (* 81/8 (/ (pow a 2) (pow b 5))))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 c #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (+ (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) (pow c 2)))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 #s(literal -1/2 binary64) b)))) |
(* c (- (+ (* 1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (+ (* 1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) (pow c 2))) (* 1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow a 3))) (* 4/3 (/ (pow b 5) (pow a 3)))) (pow c 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) c) (+.f64 (/.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (* c (+ (* -1/9 (/ (+ (* -3 (/ b a)) (* 3 (/ b a))) c)) (* 1/2 (/ 1 b))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 #s(literal 0 binary64) c)))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/9 (/ (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))) c)) (* 1/9 (+ (* -3 (/ b a)) (* 3 (/ b a))))) c)) (* 1/2 (/ 1 b))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 (/.f64 #s(literal 0 binary64) c) #s(literal 0 binary64)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/9 (/ (+ (* -4/3 (/ (pow b 5) (pow a 3))) (* 4/3 (/ (pow b 5) (pow a 3)))) c)) (* 1/9 (+ (* -2 (/ (pow b 3) (pow a 2))) (* 2 (/ (pow b 3) (pow a 2)))))) c)) (* 1/9 (+ (* -3 (/ b a)) (* 3 (/ b a))))) c)) (* 1/2 (/ 1 b))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (/.f64 (+.f64 (/.f64 #s(literal 0 binary64) c) #s(literal 0 binary64)) (neg.f64 c)) c)) (neg.f64 c)) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) (*.f64 b b)) |
(* (pow a 2) (- (* -27/4 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -27/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)))) |
(* (pow a 2) (- (* a (- (* -81/8 (/ (* a (pow c 3)) (pow b 6))) (* 27/4 (/ (pow c 2) (pow b 4))))) (* 9/2 (/ c (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/8 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -27/4 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) |
(* (pow a 2) (- (* a (- (* a (- (* -243/16 (/ (* a (pow c 4)) (pow b 8))) (* 81/8 (/ (pow c 3) (pow b 6))))) (* 27/4 (/ (pow c 2) (pow b 4))))) (* 9/2 (/ c (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -243/16 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 8 binary64))) (*.f64 #s(literal -81/8 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal -27/4 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* a (+ 3 (* 2 (/ (pow b 2) (* a c))))) |
(*.f64 a (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 c a)))) |
(* a (- (+ 3 (* 4/3 (/ (pow b 4) (* (pow a 2) (pow c 2))))) (* -2 (/ (pow b 2) (* a c))))) |
(*.f64 a (+.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c c) (*.f64 a a))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 c a))))) |
(* a (- (+ 3 (* 8/9 (/ (pow b 6) (* (pow a 3) (pow c 3))))) (+ (* -2 (/ (pow b 2) (* a c))) (* -4/3 (/ (pow b 4) (* (pow a 2) (pow c 2))))))) |
(*.f64 a (+.f64 (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal 8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 c a))) (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c c) (*.f64 a a))))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* -1 (* a (- (* -2 (/ (pow b 2) (* a c))) 3))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) (*.f64 c a)) #s(literal -3 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* -1 (/ (- (* 4/3 (/ (pow b 4) (* a (pow c 2)))) (* -2 (/ (pow b 2) c))) a)) 3))) |
(*.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) (neg.f64 a)) #s(literal -3 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* -8/9 (/ (pow b 6) (* a (pow c 3)))) (* 4/3 (/ (pow b 4) (pow c 2)))) a)) (* -2 (/ (pow b 2) c))) a)) 3))) |
(*.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))) (neg.f64 a)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) (neg.f64 a)) #s(literal -3 binary64)) (neg.f64 a)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* 2 (/ (pow b 2) c)) (* 3 a)) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) |
(+ (* 3 a) (* (pow b 2) (+ (* 4/3 (/ (pow b 2) (* a (pow c 2)))) (* 2 (/ 1 c))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (*.f64 b b)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal 2 binary64) c)))) |
(+ (* 3 a) (* (pow b 2) (+ (* (pow b 2) (+ (* 8/9 (/ (pow b 2) (* (pow a 2) (pow c 3)))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 2 binary64) c) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b b)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (/.f64 #s(literal 4/3 binary64) (*.f64 a (*.f64 c c)))))))) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) (*.f64 b b)) |
(/ (- (* -27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 9/2 (* (pow a 2) c))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64))) (*.f64 b b)) |
(/ (- (* -81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* 9/2 (* (pow a 2) c)) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/.f64 (-.f64 (*.f64 #s(literal -81/8 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 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b))))) (*.f64 b b)) |
(/ (- (* -243/16 (/ (* (pow a 5) (pow c 4)) (pow b 6))) (+ (* 9/2 (* (pow a 2) c)) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4)))))) (pow b 2)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -243/16 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64))) (+.f64 (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b))) (*.f64 #s(literal 81/8 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) (*.f64 b b)) |
(/ (- (* -27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 9/2 (* (pow a 2) c))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64))) (*.f64 b b)) |
(/ (- (* -81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* 9/2 (* (pow a 2) c)) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/.f64 (-.f64 (*.f64 #s(literal -81/8 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 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b))))) (*.f64 b b)) |
(/ (- (* -243/16 (/ (* (pow a 5) (pow c 4)) (pow b 6))) (+ (* 9/2 (* (pow a 2) c)) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 4)))))) (pow b 2)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -243/16 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64))) (+.f64 (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (*.f64 b b))) (*.f64 #s(literal 81/8 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) |
(* -9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/2 binary64)) (*.f64 b b)) |
(* c (- (* -27/4 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* c (- (* c (- (* -81/8 (/ (* (pow a 4) c) (pow b 6))) (* 27/4 (/ (pow a 3) (pow b 4))))) (* 9/2 (/ (pow a 2) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -81/8 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 27/4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* c (- (* c (- (* c (- (* -243/16 (/ (* (pow a 5) c) (pow b 8))) (* 81/8 (/ (pow a 4) (pow b 6))))) (* 27/4 (/ (pow a 3) (pow b 4))))) (* 9/2 (/ (pow a 2) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -243/16 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 8 binary64))) (/.f64 (*.f64 #s(literal 81/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 #s(literal -27/4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* 2 (/ (pow b 2) c)) (* 3 a)) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) |
(- (+ (* 4/3 (/ (pow b 4) (* a (pow c 2)))) (* 3 a)) (* -2 (/ (pow b 2) c))) |
(+.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c))) |
(- (+ (* 8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))) (* 3 a)) (+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2)))))) |
(+.f64 (+.f64 (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c)))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* 2 (/ (pow b 2) c)) (* 3 a)) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) c)) |
(+ (* -1 (/ (- (* -4/3 (/ (pow b 4) (* a c))) (* 2 (pow b 2))) c)) (* 3 a)) |
(-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c a)) (*.f64 (*.f64 b b) #s(literal -2 binary64))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 8/9 (/ (pow b 6) (* (pow a 2) c))) (* -4/3 (/ (pow b 4) a))) c)) (* 2 (pow b 2))) c)) (* 3 a)) |
(-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 c (*.f64 a a))) (*.f64 #s(literal 4/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) a))) (neg.f64 c)) (*.f64 (*.f64 b b) #s(literal -2 binary64))) c)) |
(* 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)) |
(* 9 (/ (pow a 2) b)) |
(/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) |
(* (pow a 2) (+ (* 27/2 (/ (* a c) (pow b 3))) (* 9 (/ 1 b)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 9 binary64) b))) |
(* (pow a 2) (+ (* a (+ (* 27/2 (/ c (pow b 3))) (* 81/4 (/ (* a (pow c 2)) (pow b 5))))) (* 9 (/ 1 b)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 #s(literal 9 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow a 2) (+ (* a (+ (* 27/2 (/ c (pow b 3))) (* a (+ (* 81/4 (/ (pow c 2) (pow b 5))) (* 243/8 (/ (* a (pow c 3)) (pow b 7))))))) (* 9 (/ 1 b)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 #s(literal 9 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) c) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 243/8 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 7 binary64))))))))) |
(* -6 (/ (* a b) c)) |
(/.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) c) |
(* a (+ (* -6 (/ b c)) (* -4 (/ (pow b 3) (* a (pow c 2)))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 b c) #s(literal -6 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (/.f64 #s(literal -4 binary64) a)))) |
(* a (- (+ (* -6 (/ b c)) (* -8/3 (/ (pow b 5) (* (pow a 2) (pow c 3))))) (* 4 (/ (pow b 3) (* a (pow c 2)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (/.f64 b c) #s(literal -6 binary64)) (/.f64 (*.f64 #s(literal -8/3 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (/.f64 #s(literal -4 binary64) a)))) |
(* a (- (+ (* -6 (/ b c)) (* -16/9 (/ (pow b 7) (* (pow a 3) (pow c 4))))) (+ (* 8/3 (/ (pow b 5) (* (pow a 2) (pow c 3)))) (* 4 (/ (pow b 3) (* a (pow c 2))))))) |
(*.f64 a (-.f64 (+.f64 (*.f64 (/.f64 b c) #s(literal -6 binary64)) (/.f64 (*.f64 #s(literal -16/9 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 8/3 binary64) (*.f64 c (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a a)))))) |
(* -6 (/ (* a b) c)) |
(/.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) c) |
(* -1 (* a (+ (* 4 (/ (pow b 3) (* a (pow c 2)))) (* 6 (/ b c))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 6 binary64) (/.f64 b c))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -8/3 (/ (pow b 5) (* a (pow c 3)))) (* 4 (/ (pow b 3) (pow c 2)))) a)) (* 6 (/ b c))))) |
(*.f64 (-.f64 (*.f64 #s(literal 6 binary64) (/.f64 b c)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -8/3 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (- (* 16/9 (/ (pow b 7) (* a (pow c 4)))) (* -8/3 (/ (pow b 5) (pow c 3)))) a)) (* 4 (/ (pow b 3) (pow c 2)))) a)) (* 6 (/ b c))))) |
(*.f64 (-.f64 (*.f64 #s(literal 6 binary64) (/.f64 b c)) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16/9 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal 8/3 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c c))))) (neg.f64 a)) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) a)) (neg.f64 a)) |
(* -6 (/ (* a b) c)) |
(/.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) c) |
(* b (+ (* -6 (/ a c)) (* -4 (/ (pow b 2) (pow c 2))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) a) c) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 b b)) (*.f64 c c)))) |
(* b (+ (* -6 (/ a c)) (* (pow b 2) (- (* -8/3 (/ (pow b 2) (* a (pow c 3)))) (* 4 (/ 1 (pow c 2))))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) a) c) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -8/3 binary64) (*.f64 b b)) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 #s(literal -4 binary64) (*.f64 c c)))))) |
(* b (+ (* -6 (/ a c)) (* (pow b 2) (- (* (pow b 2) (- (* -16/9 (/ (pow b 2) (* (pow a 2) (pow c 4)))) (* 8/3 (/ 1 (* a (pow c 3)))))) (* 4 (/ 1 (pow c 2))))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -6 binary64) a) c) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (/.f64 #s(literal -16/9 binary64) (pow.f64 c #s(literal 4 binary64))) (/.f64 (*.f64 b b) (*.f64 a a))) (/.f64 #s(literal -8/3 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 #s(literal -4 binary64) (*.f64 c c)))))) |
(* 9 (/ (pow a 2) b)) |
(/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) |
(/ (+ (* 9 (pow a 2)) (* 27/2 (/ (* (pow a 3) c) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b))) b) |
(/ (+ (* 9 (pow a 2)) (+ (* 27/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 #s(literal 81/4 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) b) |
(/ (+ (* 9 (pow a 2)) (+ (* 27/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* 81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 243/8 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 #s(literal 81/4 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal 243/8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* 9 (/ (pow a 2) b)) |
(/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) |
(* -1 (/ (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2)))) b)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal -81/4 binary64)) (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -243/8 (/ (* (pow a 5) (pow c 3)) (pow b 6))) (+ (* -81/4 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* -27/2 (/ (* (pow a 3) c) (pow b 2))) (* -9 (pow a 2))))) b)) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal -81/4 binary64)) (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -243/8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* 9 (/ (pow a 2) b)) |
(/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) |
(+ (* 9 (/ (pow a 2) b)) (* 27/2 (/ (* (pow a 3) c) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) (/.f64 (*.f64 #s(literal 27/2 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b)))) |
(+ (* 9 (/ (pow a 2) b)) (* c (+ (* 27/2 (/ (pow a 3) (pow b 3))) (* 81/4 (/ (* (pow a 4) c) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal 27/2 binary64) b) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* 9 (/ (pow a 2) b)) (* c (+ (* 27/2 (/ (pow a 3) (pow b 3))) (* c (+ (* 81/4 (/ (pow a 4) (pow b 5))) (* 243/8 (/ (* (pow a 5) c) (pow b 7)))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b) (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal 27/2 binary64) b) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 243/8 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(* -6 (/ (* a b) c)) |
(/.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) c) |
(/ (+ (* -6 (* a b)) (* -4 (/ (pow b 3) c))) c) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) c) #s(literal -4 binary64))) c) |
(/ (+ (* -6 (* a b)) (+ (* -4 (/ (pow b 3) c)) (* -8/3 (/ (pow b 5) (* a (pow c 2)))))) c) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) c) #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -8/3 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c))))) c) |
(/ (+ (* -6 (* a b)) (+ (* -4 (/ (pow b 3) c)) (+ (* -8/3 (/ (pow b 5) (* a (pow c 2)))) (* -16/9 (/ (pow b 7) (* (pow a 2) (pow c 3))))))) c) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) c) #s(literal -4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -8/3 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal -16/9 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)))))) c) |
(* -6 (/ (* a b) c)) |
(/.f64 (*.f64 (*.f64 b a) #s(literal -6 binary64)) c) |
(* -1 (/ (+ (* 4 (/ (pow b 3) c)) (* 6 (* a b))) c)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 b (*.f64 b b))) c) (*.f64 #s(literal 6 binary64) (*.f64 b a))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4 (pow b 3)) (* -8/3 (/ (pow b 5) (* a c)))) c)) (* 6 (* a b))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -8/3 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c a))) c)) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4 (pow b 3)) (* -1 (/ (+ (* 16/9 (/ (pow b 7) (* (pow a 2) c))) (* 8/3 (/ (pow b 5) a))) c))) c)) (* 6 (* a b))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 6 binary64) (*.f64 b a)) (/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -4 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16/9 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 a a))) (/.f64 (*.f64 #s(literal 8/3 binary64) (pow.f64 b #s(literal 5 binary64))) a)) c)) c)) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -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 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.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)) |
(/ 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) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 (/ a b)) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* a (+ 3 (* 9/2 (/ (* a c) (pow b 2))))) |
(*.f64 a (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* a (+ 3 (* a (+ (* 9/2 (/ c (pow b 2))) (* 27/4 (/ (* a (pow c 2)) (pow b 4))))))) |
(*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 27/4 binary64)) (pow.f64 b #s(literal 4 binary64))))))) |
(* a (+ 3 (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/4 (/ (pow c 2) (pow b 4))) (* 81/8 (/ (* a (pow c 3)) (pow b 6))))))))) |
(*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/4 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/8 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))))))) |
(* -2 (/ (pow b 2) c)) |
(/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) |
(+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2))))) |
(+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c)))) |
(+ (* -2 (/ (pow b 2) c)) (+ (* -4/3 (/ (pow b 4) (* a (pow c 2)))) (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))))) |
(+ (* -2 (/ (pow b 2) c)) (+ (* -4/3 (/ (pow b 4) (* a (pow c 2)))) (+ (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 3)))) (* -16/27 (/ (pow b 8) (* (pow a 3) (pow c 4))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -16/27 binary64) (pow.f64 b #s(literal 8 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))))) |
(* -2 (/ (pow b 2) c)) |
(/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) |
(+ (* -2 (/ (pow b 2) c)) (* -4/3 (/ (pow b 4) (* a (pow c 2))))) |
(+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c c)))) |
(+ (* -2 (/ (pow b 2) c)) (* -1 (/ (+ (* 8/9 (/ (pow b 6) (* a (pow c 3)))) (* 4/3 (/ (pow b 4) (pow c 2)))) a))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (*.f64 #s(literal 8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 a (*.f64 c (*.f64 c c))))) a)) |
(+ (* -2 (/ (pow b 2) c)) (* -1 (/ (+ (* -1 (/ (+ (* -8/9 (/ (pow b 6) (pow c 3))) (* -16/27 (/ (pow b 8) (* a (pow c 4))))) a)) (* 4/3 (/ (pow b 4) (pow c 2)))) a))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 #s(literal -16/27 binary64) (pow.f64 b #s(literal 8 binary64))) (*.f64 a (pow.f64 c #s(literal 4 binary64))))) a)) a)) |
(* -2 (/ (pow b 2) c)) |
(/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) |
(* (pow b 2) (- (* -4/3 (/ (pow b 2) (* a (pow c 2)))) (* 2 (/ 1 c)))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (*.f64 b b)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal -2 binary64) c))) |
(* (pow b 2) (- (* (pow b 2) (- (* -8/9 (/ (pow b 2) (* (pow a 2) (pow c 3)))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b b)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (/.f64 #s(literal -4/3 binary64) (*.f64 a (*.f64 c c))))) (/.f64 #s(literal -2 binary64) c))) |
(* (pow b 2) (- (* (pow b 2) (- (* (pow b 2) (- (* -16/27 (/ (pow b 2) (* (pow a 3) (pow c 4)))) (* 8/9 (/ 1 (* (pow a 2) (pow c 3)))))) (* 4/3 (/ 1 (* a (pow c 2)))))) (* 2 (/ 1 c)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -16/27 binary64) (*.f64 b b)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal -8/9 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))))) (/.f64 #s(literal -4/3 binary64) (*.f64 a (*.f64 c c))))) (/.f64 #s(literal -2 binary64) c))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 81/8 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* 3 a) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* 27/4 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 81/8 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 27/4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 81/8 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 9/2 binary64)) (*.f64 b b))) |
(+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* 27/4 (/ (* (pow a 3) c) (pow b 4)))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/4 (/ (pow a 3) (pow b 4))) (* 81/8 (/ (* (pow a 4) c) (pow b 6)))))))) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/8 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -2 (/ (pow b 2) c)) |
(/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) |
(/ (+ (* -2 (pow b 2)) (* -4/3 (/ (pow b 4) (* a c)))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c a)) (*.f64 (*.f64 b b) #s(literal -2 binary64))) c) |
(/ (+ (* -2 (pow b 2)) (+ (* -4/3 (/ (pow b 4) (* a c))) (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 2)))))) c) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c a)) (*.f64 (*.f64 b b) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c c) (*.f64 a a)))) c) |
(/ (+ (* -2 (pow b 2)) (+ (* -4/3 (/ (pow b 4) (* a c))) (+ (* -8/9 (/ (pow b 6) (* (pow a 2) (pow c 2)))) (* -16/27 (/ (pow b 8) (* (pow a 3) (pow c 3))))))) c) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c a)) (*.f64 (*.f64 b b) #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 c c) (*.f64 a a))) (/.f64 (*.f64 #s(literal -16/27 binary64) (pow.f64 b #s(literal 8 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) c) |
(* -2 (/ (pow b 2) c)) |
(/.f64 (*.f64 (*.f64 b b) #s(literal -2 binary64)) c) |
(* -1 (/ (+ (* 4/3 (/ (pow b 4) (* a c))) (* 2 (pow b 2))) c)) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal 4/3 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c a))) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4/3 (/ (pow b 4) a)) (* -8/9 (/ (pow b 6) (* (pow a 2) c)))) c)) (* 2 (pow b 2))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) a)) (/.f64 (*.f64 #s(literal -8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 c (*.f64 a a)))) c)) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -4/3 (/ (pow b 4) a)) (* -1 (/ (+ (* 16/27 (/ (pow b 8) (* (pow a 3) c))) (* 8/9 (/ (pow b 6) (pow a 2)))) c))) c)) (* 2 (pow b 2))) c)) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) a)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 8 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal 8/9 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 a a))) c)) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
Compiled 46756 to 4743 computations (89.9% saved)
70 alts after pruning (64 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1618 | 16 | 1634 |
| Fresh | 8 | 48 | 56 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1627 | 70 | 1697 |
| Status | Accuracy | Program |
|---|---|---|
| 5.0% | (/.f64 (fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) | |
| 13.7% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) | |
| 2.9% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) | |
| 39.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 39.2% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) | |
| 32.7% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) | |
| 35.4% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 28.7% | (/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) | |
| 0.7% | (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) | |
| 3.0% | (/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 3.3% | (/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 3.3% | (/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 10.4% | (/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) | |
| 10.2% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) | |
| 56.2% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) | |
| 39.2% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 2.7% | (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) | |
| 22.9% | (/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) | |
| 35.3% | (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) | |
| 35.3% | (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) | |
| 24.3% | (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) | |
| 13.7% | (/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) | |
| 34.5% | (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) | |
| 8.5% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) | |
| 22.8% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) | |
| 33.7% | (/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) | |
| 13.1% | (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) | |
| 32.9% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| 2.4% | (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) | |
| ✓ | 35.4% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 35.4% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 4.1% | (/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) | |
| 35.4% | (/.f64 b (/.f64 a #s(literal -2/3 binary64))) | |
| 28.5% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) | |
| 32.1% | (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) | |
| 32.9% | (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) | |
| 32.5% | (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) | |
| 2.4% | (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) | |
| 31.5% | (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) | |
| 33.0% | (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) | |
| 20.9% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) | |
| 14.8% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) | |
| 11.0% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) | |
| 27.9% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) a)) | |
| 31.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) | |
| 28.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) | |
| 28.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) | |
| 39.1% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) | |
| 33.7% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) | |
| 2.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) | |
| 35.3% | (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) | |
| 27.9% | (/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) | |
| 28.7% | (/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) | |
| 14.4% | (/.f64 #s(literal 1/3 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) #s(literal -1 binary64))) a)) | |
| 35.4% | (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) | |
| 35.5% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) | |
| ✓ | 35.5% | (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
| 35.5% | (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) | |
| ✓ | 35.4% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| 35.3% | (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) | |
| 35.4% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) | |
| ✓ | 56.2% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| 39.1% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) | |
| 33.7% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) | |
| ✓ | 35.4% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 17.3% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) | |
| 16.2% | (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) | |
| 28.9% | (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) | |
| 12.1% | (exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) | |
| 6.2% | (exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) #s(literal -1 binary64))) |
Compiled 3438 to 1397 computations (59.4% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 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 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) 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 #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 #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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.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 (*.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 (fma.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (/.f64 a c)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))) #s(literal -1 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))) (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) 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 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
5 calls:
| 57.0ms | c |
| 48.0ms | (*.f64 #s(literal 3 binary64) a) |
| 43.0ms | b |
| 36.0ms | a |
| 27.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)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.2% | 1 | a |
| 88.9% | 3 | b |
| 56.2% | 1 | c |
| 76.9% | 5 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 56.2% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 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 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) 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 #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 #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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/3 binary64))) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 64.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.9% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 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 c #s(literal -1/2 binary64)) b) |
1 calls:
| 26.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.9% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b)) a)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 40.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.9% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 38.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.9% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 39.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.8% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c) 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 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 c a)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a)) 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 #s(literal 1/3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) a) #s(literal 3 binary64)) |
(*.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 (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) b))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a b)) (*.f64 b #s(literal -2/3 binary64))) (*.f64 b (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (/.f64 a b) #s(literal -3/2 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.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))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) a))) c) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 c (+.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) b) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (+.f64 (/.f64 b c) (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.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))) a)) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a b) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a #s(literal -2/3 binary64))) (*.f64 b b)) (*.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) b) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -2/3 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b))) #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 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal 1/2 binary64))))) c) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 c (/.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (*.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 9/4 binary64))) (+.f64 (/.f64 b c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c b) (/.f64 c b)))) (-.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) c) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)))) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal -8/27 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -8/27 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 1/8 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 4/9 binary64)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (*.f64 (/.f64 b a) #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (*.f64 a #s(literal 3 binary64)))) (*.f64 (-.f64 b (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c))) (/.f64 a b))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (*.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (*.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b))))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
| Outputs |
|---|
(+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 26.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.0% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.7% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
| Outputs |
|---|
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 37.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.6% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
| Outputs |
|---|
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
3 calls:
| 3.0ms | c |
| 3.0ms | b |
| 3.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 35.4% | 1 | a |
| 35.4% | 1 | c |
| 35.4% | 1 | b |
Compiled 12 to 9 computations (25% saved)
Total -0.1b remaining (-0.2%)
Threshold costs -0.1b (-0.2%)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
3 calls:
| 2.0ms | c |
| 2.0ms | b |
| 2.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 35.4% | 1 | b |
| 35.4% | 1 | a |
| 35.4% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 46.0ms | 8.334700267544461e-51 | 1.4769030125048126e-42 |
| 6.0ms | -6.351970235818922e+157 | -5.562355430157518e+143 |
| 22.0ms | 27× | 2 | valid |
| 11.0ms | 126× | 0 | valid |
| 7.0ms | 39× | 1 | valid |
| 3.0ms | 39× | 0 | invalid |
Compiled 452 to 335 computations (25.9% saved)
ival-neg: 16.0ms (49.2% of total)ival-mult: 7.0ms (21.5% of total)ival-sqrt: 3.0ms (9.2% of total)ival-div: 2.0ms (6.2% of total)ival-sub: 2.0ms (6.2% of total)backward-pass: 2.0ms (6.2% of total)ival-add: 2.0ms (6.2% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 43.0ms | 8.334700267544461e-51 | 1.4769030125048126e-42 |
| 4.0ms | -6.351970235818922e+157 | -5.562355430157518e+143 |
| 10.0ms | 107× | 0 | valid |
| 9.0ms | 41× | 1 | valid |
| 8.0ms | 28× | 2 | valid |
| 3.0ms | 33× | 0 | invalid |
Compiled 349 to 252 computations (27.8% saved)
ival-mult: 6.0ms (32.2% of total)ival-sqrt: 3.0ms (16.1% of total)ival-div: 2.0ms (10.7% of total)ival-sub: 2.0ms (10.7% of total)backward-pass: 2.0ms (10.7% of total)ival-neg: 2.0ms (10.7% of total)ival-add: 2.0ms (10.7% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 38.0ms | 8.334700267544461e-51 | 1.4769030125048126e-42 |
| 12.0ms | -1.5187059815010797e+138 | -6.516084660575945e+136 |
| 15.0ms | 170× | 0 | valid |
| 15.0ms | 34× | 2 | valid |
| 7.0ms | 36× | 1 | valid |
| 4.0ms | 41× | 0 | invalid |
Compiled 473 to 344 computations (27.3% saved)
ival-mult: 8.0ms (29.8% of total)ival-sqrt: 8.0ms (29.8% of total)ival-div: 3.0ms (11.2% of total)ival-sub: 2.0ms (7.5% of total)backward-pass: 2.0ms (7.5% of total)ival-neg: 2.0ms (7.5% of total)ival-add: 2.0ms (7.5% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 63.0ms | 8.334700267544461e-51 | 1.4769030125048126e-42 |
| 25.0ms | -2.697516376906714e-22 | -8.64279710250286e-30 |
| 38.0ms | 36× | 1 | valid |
| 23.0ms | 214× | 0 | valid |
| 11.0ms | 38× | 2 | valid |
| 5.0ms | 53× | 0 | invalid |
Compiled 494 to 377 computations (23.7% saved)
ival-mult: 9.0ms (30.9% of total)ival-neg: 6.0ms (20.6% of total)ival-sqrt: 4.0ms (13.8% of total)ival-div: 3.0ms (10.3% of total)ival-sub: 2.0ms (6.9% of total)backward-pass: 2.0ms (6.9% of total)ival-add: 2.0ms (6.9% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 44.0ms | 8.334700267544461e-51 | 1.4769030125048126e-42 |
| 22.0ms | -2.697516376906714e-22 | -8.64279710250286e-30 |
| 30.0ms | 212× | 0 | valid |
| 11.0ms | 38× | 2 | valid |
| 7.0ms | 38× | 1 | valid |
| 5.0ms | 61× | 0 | invalid |
Compiled 494 to 377 computations (23.7% saved)
ival-mult: 20.0ms (54.8% of total)ival-sqrt: 4.0ms (11% of total)ival-div: 3.0ms (8.2% of total)ival-neg: 3.0ms (8.2% of total)ival-sub: 2.0ms (5.5% of total)backward-pass: 2.0ms (5.5% of total)ival-add: 2.0ms (5.5% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 37.0ms | 8.334700267544461e-51 | 1.4769030125048126e-42 |
| 37.0ms | -2.697516376906714e-22 | -8.64279710250286e-30 |
| 35.0ms | 210× | 0 | valid |
| 13.0ms | 48× | 1 | valid |
| 9.0ms | 30× | 2 | valid |
| 6.0ms | 65× | 0 | invalid |
Compiled 494 to 377 computations (23.7% saved)
ival-mult: 25.0ms (59.8% of total)ival-sqrt: 4.0ms (9.6% of total)ival-div: 3.0ms (7.2% of total)ival-neg: 3.0ms (7.2% of total)ival-sub: 2.0ms (4.8% of total)backward-pass: 2.0ms (4.8% of total)ival-add: 2.0ms (4.8% of total)const: 1.0ms (2.4% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 25.0ms | -1.489590851452507e-307 | 2.869627716054554e-308 |
| 10.0ms | 112× | 0 | valid |
| 10.0ms | 56× | 0 | invalid |
Compiled 194 to 143 computations (26.3% saved)
ival-add: 5.0ms (37.1% of total)ival-mult: 4.0ms (29.6% of total)ival-sub: 1.0ms (7.4% of total)ival-div: 1.0ms (7.4% of total)ival-sqrt: 1.0ms (7.4% of total)ival-neg: 1.0ms (7.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 |
|---|---|---|
| 23.0ms | 2.6765813746952546e-289 | 1.4543381828080583e-282 |
| 13.0ms | 144× | 0 | valid |
| 5.0ms | 53× | 0 | invalid |
Compiled 206 to 161 computations (21.8% saved)
ival-mult: 4.0ms (39.1% of total)ival-sub: 1.0ms (9.8% of total)ival-div: 1.0ms (9.8% of total)ival-add: 1.0ms (9.8% of total)ival-sqrt: 1.0ms (9.8% of total)ival-neg: 1.0ms (9.8% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 41.0ms | 2.6765813746952546e-289 | 1.4543381828080583e-282 |
| 13.0ms | 144× | 0 | valid |
| 5.0ms | 62× | 0 | invalid |
Compiled 188 to 143 computations (23.9% saved)
ival-mult: 4.0ms (37.7% of total)ival-sub: 1.0ms (9.4% 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× | egg-herbie |
| 40× | *-commutative_binary64 |
| 22× | +-commutative_binary64 |
| 16× | sub-neg_binary64 |
| 12× | neg-mul-1_binary64 |
| 10× | neg-sub0_binary64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 91 | 269 |
| 1 | 113 | 269 |
| 2 | 123 | 268 |
| 3 | 133 | 268 |
| 4 | 141 | 268 |
| 5 | 148 | 268 |
| 6 | 153 | 268 |
| 7 | 155 | 268 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal -5000000000000000085887661936088595590196552042152727553866164222600015631390942710041313371430586591361272979771771417393465563222586503124817274732544 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7371860416799003/26328072917139296674479506920917608079723773850137277813577744384 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -5000000000000000085887661936088595590196552042152727553866164222600015631390942710041313371430586591361272979771771417393465563222586503124817274732544 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7404770507945427/1645504557321206042154969182557350504982735865633579863348609024 binary64)) (/.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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -650000000000000021347015617983201951341558168133747602083003727068185554484212197103600855158022818244567178109809583126121518912237469696 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5792176041770645/105312291668557186697918027683670432318895095400549111254310977536 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -1786482426334927/42535295865117307932921825928971026432 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 498150793720287/3213876088517980551083924184682325205044405987565585670602752 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -6422614617176819/713623846352979940529142984724747568191373312 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 8424983333484575/421249166674228746791672110734681729275580381602196445017243910144 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -178405961588245/11150372599265311570767859136324180752990208 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1478383000718271/12855504354071922204335696738729300820177623950262342682411008 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 185156687321787/685765508599211085406992031398401158759299079491541508764000248557024672719959118395646962442045349201660590667234013968119772982843080987903012964780708787451812337588750783066948774723991753080189067657794974398949244241113521123786594812548932026532556574571938698730267509225767960757581162756440064 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 185156687321787/685765508599211085406992031398401158759299079491541508764000248557024672719959118395646962442045349201660590667234013968119772982843080987903012964780708787451812337588750783066948774723991753080189067657794974398949244241113521123786594812548932026532556574571938698730267509225767960757581162756440064 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -5000000000000000085887661936088595590196552042152727553866164222600015631390942710041313371430586591361272979771771417393465563222586503124817274732544 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7371860416799003/26328072917139296674479506920917608079723773850137277813577744384 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -5000000000000000085887661936088595590196552042152727553866164222600015631390942710041313371430586591361272979771771417393465563222586503124817274732544 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7371860416799003/26328072917139296674479506920917608079723773850137277813577744384 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) a)) (*.f64 b (/.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -5000000000000000085887661936088595590196552042152727553866164222600015631390942710041313371430586591361272979771771417393465563222586503124817274732544 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7404770507945427/1645504557321206042154969182557350504982735865633579863348609024 binary64)) (/.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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -650000000000000021347015617983201951341558168133747602083003727068185554484212197103600855158022818244567178109809583126121518912237469696 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5792176041770645/105312291668557186697918027683670432318895095400549111254310977536 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -1786482426334927/42535295865117307932921825928971026432 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 498150793720287/3213876088517980551083924184682325205044405987565585670602752 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -6422614617176819/713623846352979940529142984724747568191373312 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 8424983333484575/421249166674228746791672110734681729275580381602196445017243910144 binary64)) (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -178405961588245/11150372599265311570767859136324180752990208 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1478383000718271/12855504354071922204335696738729300820177623950262342682411008 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -178405961588245/11150372599265311570767859136324180752990208 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1478383000718271/12855504354071922204335696738729300820177623950262342682411008 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal -101201126653655/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 185156687321787/685765508599211085406992031398401158759299079491541508764000248557024672719959118395646962442045349201660590667234013968119772982843080987903012964780708787451812337588750783066948774723991753080189067657794974398949244241113521123786594812548932026532556574571938698730267509225767960757581162756440064 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 185156687321787/685765508599211085406992031398401158759299079491541508764000248557024672719959118395646962442045349201660590667234013968119772982843080987903012964780708787451812337588750783066948774723991753080189067657794974398949244241113521123786594812548932026532556574571938698730267509225767960757581162756440064 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
| 6902× | *-lowering-*.f32 |
| 6902× | *-lowering-*.f64 |
| 6796× | *-lowering-*.f32 |
| 6796× | *-lowering-*.f64 |
| 5990× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3241 |
| 1 | 1915 | 3067 |
| 2 | 7259 | 3055 |
| 0 | 8106 | 3055 |
| 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 | 1289 | 8731 |
| 1 | 4451 | 7956 |
| 0 | 9067 | 7956 |
| 0 | 13 | 43 |
| 1 | 63 | 39 |
| 2 | 545 | 39 |
| 3 | 7665 | 39 |
| 0 | 8163 | 39 |
| 0 | 40 | 199 |
| 1 | 234 | 186 |
| 2 | 2127 | 182 |
| 0 | 10555 | 182 |
| 0 | 37 | 189 |
| 1 | 220 | 182 |
| 2 | 1985 | 182 |
| 0 | 8737 | 182 |
| 0 | 1248 | 10340 |
| 1 | 4541 | 9680 |
| 0 | 8897 | 9680 |
| 0 | 42 | 223 |
| 1 | 264 | 202 |
| 2 | 2551 | 195 |
| 0 | 9660 | 195 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1136 to 701 computations (38.3% saved)
Compiled 582 to 198 computations (66% saved)
Loading profile data...